Skip to content

Commit c9c5ab1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)