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 a86eebe commit a8cb609Copy full SHA for a8cb609
src/components/Dashboard.vue
@@ -25,7 +25,7 @@
25
{{ t('notes', 'No notes yet') }}
26
</p>
27
<p>
28
- <a :href="createNoteUrl" class="button">{{ t('note', 'New note') }}</a>
+ <a :href="createNoteUrl" class="button">{{ t('notes', 'New note') }}</a>
29
30
</template>
31
</EmptyContent>
0 commit comments