1
0

chore: rename archived message key

This commit is contained in:
kolaente
2023-03-28 15:40:08 +02:00
parent 326b6eda6f
commit 4dee3a90e9
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>