Make title text for info icons the actual help text.
This commit is contained in:
parent
ac6fb7b57a
commit
e9b8e0b7ae
|
@ -18,7 +18,7 @@ function toggleExpansion() {
|
||||||
class="fa fa-question-circle help-icon"
|
class="fa fa-question-circle help-icon"
|
||||||
@click.prevent="toggleExpansion"
|
@click.prevent="toggleExpansion"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
title="Hilfe"
|
:title="props.text"
|
||||||
/>
|
/>
|
||||||
<p v-if="expanded" class="help-text">
|
<p v-if="expanded" class="help-text">
|
||||||
{{ props.text }}
|
{{ props.text }}
|
||||||
|
|
Loading…
Reference in a new issue