feat: use implicit naming for project title

in all use cases of `project.title` it's implicit clear that 'project title' is meant. Mentioning 'project' only adds repetitive complexity, since the title of the modals already makes it clear that we are currently editing projects.
This commit is contained in:
Dominik Pschenitschni 2025-01-24 12:32:11 +01:00 committed by Dominik Pschenitschni
parent e3793bcfbd
commit d6772a3d59
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
"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",
"title": "Title",
"color": "Color",
"projects": "Projects",
"parent": "Parent Project",