Merge pull request #4534 from Jerome-Herbinet/patch-3
Fix consistency of a "Create card" wording with its equivalent for Notes ("New card")
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
<template #icon>
|
<template #icon>
|
||||||
<PlusIcon :size="20" />
|
<PlusIcon :size="20" />
|
||||||
</template>
|
</template>
|
||||||
{{ t('deck', 'Add card') }}
|
{{ t('deck', 'New card') }}
|
||||||
</NcButton>
|
</NcButton>
|
||||||
<CardCreateDialog v-if="showAddCardModal" @close="toggleAddCardModel" />
|
<CardCreateDialog v-if="showAddCardModal" @close="toggleAddCardModel" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user