Skip to content

Commit

Permalink
Merge pull request #4534 from Jerome-Herbinet/patch-3
Browse files Browse the repository at this point in the history
Fix consistency of a "Create card" wording with its equivalent for Notes ("New card")
  • Loading branch information
juliushaertl committed Mar 15, 2023
2 parents f8bcaf6 + 8620e7f commit eaa1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<template #icon>
<PlusIcon :size="20" />
</template>
{{ t('deck', 'Add card') }}
{{ t('deck', 'New card') }}
</NcButton>
<CardCreateDialog v-if="showAddCardModal" @close="toggleAddCardModel" />
</div>
Expand Down

0 comments on commit eaa1b93

Please sign in to comment.