Fix download export user data title
This commit is contained in:
parent
c7c3ef79be
commit
134a09c9f2
1 changed files with 3 additions and 2 deletions
|
@ -113,11 +113,12 @@
|
||||||
"scheduledCancelSuccess": "We will not delete your account."
|
"scheduledCancelSuccess": "We will not delete your account."
|
||||||
},
|
},
|
||||||
"export": {
|
"export": {
|
||||||
"title": "Export your Vikunja Data",
|
"title": "Export your Vikunja data",
|
||||||
"description": "You can request a copy of all your Vikunja data. This include Namespaces, Lists, Tasks and everything associated to them. You can import this data in any Vikunja instance through the migration function.",
|
"description": "You can request a copy of all your Vikunja data. This include Namespaces, Lists, Tasks and everything associated to them. You can import this data in any Vikunja instance through the migration function.",
|
||||||
"descriptionPasswordRequired": "Please enter your password to proceed:",
|
"descriptionPasswordRequired": "Please enter your password to proceed:",
|
||||||
"request": "Request a copy of my Vikunja Data",
|
"request": "Request a copy of my Vikunja Data",
|
||||||
"success": "You've successfully requested your Vikunja Data! We will send you an email once it's ready to download."
|
"success": "You've successfully requested your Vikunja Data! We will send you an email once it's ready to download.",
|
||||||
|
"downloadTitle": "Download your exported Vikunja data"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
|
|
Loading…
Reference in a new issue