Skip to content

Commit bf31dbb

Browse files
author
Julien Veyssier
committed
make sure translations are parsed correctly
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent 2be7cf0 commit bf31dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MenuBubble.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@click="showLinkMenu(getMarkAttrs('link'))">
4747
<span class="icon-link" />
4848
<span class="menububble__buttontext">
49-
{{ t('text', isActive.link() ? 'Update Link' : 'Add Link') }}
49+
{{ isActive.link() ? t('text', 'Update Link') : t('text', 'Add Link') }}
5050
</span>
5151
</button>
5252
<button

0 commit comments

Comments
 (0)