Skip to content

Commit

Permalink
Completed card button wording change
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored and backportbot[bot] committed Aug 6, 2024
1 parent f84552b commit 5e81223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/card/DueDateSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<template #icon>
<CheckIcon :size="20" />
</template>
{{ t('deck', 'Completed') }}
{{ t('deck', 'Mark as done') }}
</NcButton>
</template>
<template v-else>
Expand All @@ -66,7 +66,7 @@
<div class="due-actions">
<NcButton v-if="!card.archived"
type="tertiary"
:name="t('deck', 'Not completed')"
:name="t('deck', 'Not done')"
@click="changeCardDoneStatus()">
<template #icon>
<ClearIcon :size="20" />
Expand Down

0 comments on commit 5e81223

Please sign in to comment.