We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 370899f + e998b26 commit c631690Copy full SHA for c631690
src/views/Create.vue
@@ -43,7 +43,7 @@
43
<NcEmptyContent v-else-if="isFormArchived"
44
class="emtpycontent"
45
:name="t('forms', 'Form is archived')"
46
- :description="t('forms', 'Form \'{title}\' is archived and can not be modified.', { title: form.title })">
+ :description="t('forms', 'Form \'{title}\' is archived and cannot be modified.', { title: form.title })">
47
<template #icon>
48
<IconLock :size="64" />
49
</template>
0 commit comments