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:
Julius Härtl
2023-03-15 14:53:05 +01:00
committed by GitHub

View File

@@ -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>