Skip to content

Commit ba43a93

Browse files
authored
Merge pull request #1012 from nextcloud/Valdnet-patch-1
Change to capital letter
2 parents 9be3a0c + ee884c6 commit ba43a93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/CreateSampleButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<NcButton type="secondary" @click="onNewNote">
33
<PlusIcon slot="icon" :size="20" />
4-
{{ t('notes', 'Create a sample note with markdown') }}
4+
{{ t('notes', 'Create a sample note with Markdown') }}
55
</NcButton>
66
</template>
77
<script>

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)