Skip to content

Commit ee884c6

Browse files
authored
l10n: Change to capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
1 parent c9c5ab1 commit ee884c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Modal/EditorHint.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<div class="editor-hint-modal">
44
<h2>{{ t('notes', 'Rich text editor') }}</h2>
55

6-
<p>{{ t('notes', 'You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any markdown marks.') }}</p>
6+
<p>{{ t('notes', 'You can now switch to use the easy to use and distraction free rich text editor. It allows you to edit notes without seeing any Markdown marks.') }}</p>
77

88
<p>{{ t('notes', 'This option can also be changed later on in the Notes app settings.') }}</p>
99

1010
<div class="submit-buttons">
1111
<NcButton type="secondary" :disabled="loading" @click="useOld">
12-
{{ t('notes', 'Keep plain markdown editor') }}
12+
{{ t('notes', 'Keep plain Markdown editor') }}
1313
</NcButton>
1414
<NcButton type="primary" :disabled="loading" @click="useNew">
1515
{{ t('notes', 'Use rich editor') }}

0 commit comments

Comments
 (0)