From 9f84409a2f6e3aac05830a2605862018145c46c9 Mon Sep 17 00:00:00 2001 From: korelstar Date: Sat, 14 Dec 2019 15:11:03 +0100 Subject: [PATCH] add hint for editing a note's category --- src/components/Welcome.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue index 2832c625..0f8eb246 100644 --- a/src/components/Welcome.vue +++ b/src/components/Welcome.vue @@ -12,7 +12,7 @@ {{ t('notes', 'Use Markdown markups to style your text.') }}
- {{ t('notes', 'Organize your notes in categories.') }} + {{ t('notes', 'Organize your notes in categories (use “{label}” action to edit a note\'s category).', { label: t('notes', 'Details') }) }}
{{ t('notes', 'Install the app for your mobile phone in order to access your notes from everywhere.') }}