diff --git a/ts/editor/LabelContainer.svelte b/ts/editor/LabelContainer.svelte index e38c3c690..db3d93a60 100644 --- a/ts/editor/LabelContainer.svelte +++ b/ts/editor/LabelContainer.svelte @@ -22,6 +22,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } $: icon = off ? chevronRight : chevronDown; + $: tooltip = collapsed ? tr.editingExpandField() : tr.editingCollapseField();