chore: rename archived message key
continuous-integration/drone/pr Build is failing Details

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>
<CustomTransition name="fade">
<Message variant="warning" v-if="currentProject.isArchived" class="mb-4">
{{ $t('project.archivedText') }}
{{ $t('project.archivedMessage') }}
</Message>
</CustomTransition>

View File

@ -163,7 +163,7 @@
}
},
"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",
"showArchived": "Show Archived",
"title": "Project Title",