From 3368a449c2f93123f041d719aa82f0def5142cfb Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 28 Mar 2023 15:40:08 +0200 Subject: [PATCH] chore: rename archived message key --- src/components/project/ProjectWrapper.vue | 2 +- src/i18n/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/project/ProjectWrapper.vue b/src/components/project/ProjectWrapper.vue index 14f9244c6..199c4d454 100644 --- a/src/components/project/ProjectWrapper.vue +++ b/src/components/project/ProjectWrapper.vue @@ -46,7 +46,7 @@ - {{ $t('project.archivedText') }} + {{ $t('project.archivedMessage') }} diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 19cd604df..6c3f06b51 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -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",