1
0

feat: add demo mode warning message

Resolves https://kolaente.dev/vikunja/frontend/issues/2453
This commit is contained in:
kolaente
2023-09-01 18:09:19 +02:00
parent 28f2551d87
commit ed8fb71ff0
5 changed files with 71 additions and 0 deletions

View File

@ -11,6 +11,11 @@
"import": "Import your data into Vikunja"
}
},
"demo": {
"title": "This instance is in demo mode. Do not use this for real data!",
"everythingWillBeDeleted": "Everything will be deleted in regular intervals!",
"accountWillBeDeleted": "Your account will be deleted, including all projects, tasks and attachments you might create."
},
"404": {
"title": "Not found",
"text": "The page you requested does not exist."