From e9b8e0b7aefccc972debfc1327576138510d199c Mon Sep 17 00:00:00 2001 From: baldo Date: Tue, 30 Aug 2022 17:10:53 +0200 Subject: [PATCH] Make title text for info icons the actual help text. --- frontend/src/components/ExpandableHelpBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ExpandableHelpBox.vue b/frontend/src/components/ExpandableHelpBox.vue index 3c8a1d1..342fe59 100644 --- a/frontend/src/components/ExpandableHelpBox.vue +++ b/frontend/src/components/ExpandableHelpBox.vue @@ -18,7 +18,7 @@ function toggleExpansion() { class="fa fa-question-circle help-icon" @click.prevent="toggleExpansion" aria-hidden="true" - title="Hilfe" + :title="props.text" />

{{ props.text }}