1
0

fix(project): don't allow archival or deletion of default projects in UI

This commit is contained in:
kolaente
2024-02-27 15:37:30 +01:00
parent 3d39fc3960
commit 8a82093233
3 changed files with 14 additions and 3 deletions

View File

@ -978,7 +978,9 @@
"setBackground": "Set background",
"share": "Share",
"newProject": "New project",
"createProject": "Create project"
"createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
},
"apiConfig": {
"url": "Vikunja URL",