Make title text for info icons the actual help text.

This commit is contained in:
baldo 2022-08-30 17:10:53 +02:00
parent ac6fb7b57a
commit e9b8e0b7ae

View file

@ -18,7 +18,7 @@ function toggleExpansion() {
class="fa fa-question-circle help-icon"
@click.prevent="toggleExpansion"
aria-hidden="true"
title="Hilfe"
:title="props.text"
/>
<p v-if="expanded" class="help-text">
{{ props.text }}