Skip to content

Commit a8cb609

Browse files
committed
fix translation
1 parent a86eebe commit a8cb609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{ t('notes', 'No notes yet') }}
2626
</p>
2727
<p>
28-
<a :href="createNoteUrl" class="button">{{ t('note', 'New note') }}</a>
28+
<a :href="createNoteUrl" class="button">{{ t('notes', 'New note') }}</a>
2929
</p>
3030
</template>
3131
</EmptyContent>

0 commit comments

Comments
 (0)