Skip to content

Commit c631690

Browse files
authored
Merge pull request #2122 from nextcloud/backport/2095/stable4
[stable4] fix(i18n): Aligned grammar
2 parents 370899f + e998b26 commit c631690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Create.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<NcEmptyContent v-else-if="isFormArchived"
4444
class="emtpycontent"
4545
:name="t('forms', 'Form is archived')"
46-
:description="t('forms', 'Form \'{title}\' is archived and can not be modified.', { title: form.title })">
46+
:description="t('forms', 'Form \'{title}\' is archived and cannot be modified.', { title: form.title })">
4747
<template #icon>
4848
<IconLock :size="64" />
4949
</template>

0 commit comments

Comments
 (0)