feature/projects-all-the-way-down #3323

Merged
konrad merged 123 commits from feature/projects-all-the-way-down into main 2023-05-30 10:09:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4dee3a90e9 - Show all commits

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') }}
dpschen marked this conversation as resolved Outdated

How about archivedMessage or archivedWarning

How about `archivedMessage` or `archivedWarning`

I like archivedMessage, renamed it.

I like `archivedMessage`, renamed it.
</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",