Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
  • Loading branch information
newhinton committed May 28, 2022
1 parent 82b1383 commit f55049d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/EditorEasyMDE.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
icon="icon-link"
@click="insertLink"
>
{{ t('notes', 'Insert Link') }}
{{ t('notes', 'Link') }}
</ActionButton>
<ActionButton
icon="icon-checklist"
@click="insertCheckbox"
>
{{ t('notes', 'Insert Checkbox') }}
{{ t('notes', 'Checkbox') }}
</ActionButton>
<ActionButton
icon="icon-code"
@click="makeMonospace"
>
{{ t('notes', 'Monospace') }}
{{ t('notes', 'Code') }}
</ActionButton>
<EmojiPicker @select="select">
<ActionButton
Expand Down

0 comments on commit f55049d

Please sign in to comment.