We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be3a0c commit c9c5ab1Copy full SHA for c9c5ab1
src/components/CreateSampleButton.vue
@@ -1,7 +1,7 @@
1
<template>
2
<NcButton type="secondary" @click="onNewNote">
3
<PlusIcon slot="icon" :size="20" />
4
- {{ t('notes', 'Create a sample note with markdown') }}
+ {{ t('notes', 'Create a sample note with Markdown') }}
5
</NcButton>
6
</template>
7
<script>
0 commit comments