chore: rename archived message key
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
kolaente 2023-03-28 15:40:08 +02:00
parent 9633e169c1
commit 3368a449c2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
</div> </div>
<CustomTransition name="fade"> <CustomTransition name="fade">
<Message variant="warning" v-if="currentProject.isArchived" class="mb-4"> <Message variant="warning" v-if="currentProject.isArchived" class="mb-4">
{{ $t('project.archivedText') }} {{ $t('project.archivedMessage') }}
</Message> </Message>
</CustomTransition> </CustomTransition>

View File

@ -163,7 +163,7 @@
} }
}, },
"project": { "project": {
"archivedText": "This project is archived. It is not possible to create new or edit tasks for it.", "archivedMessage": "This project is archived. It is not possible to create new or edit tasks for it.",
"archived": "Archived", "archived": "Archived",
"showArchived": "Show Archived", "showArchived": "Show Archived",
"title": "Project Title", "title": "Project Title",