From 134a09c9f24793c1c89927bb38de5ef57d83b85f Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 8 Sep 2021 22:19:45 +0200 Subject: [PATCH] Fix download export user data title --- src/i18n/lang/en.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 297888659b..f51bae5058 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -113,11 +113,12 @@ "scheduledCancelSuccess": "We will not delete your account." }, "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.", "descriptionPasswordRequired": "Please enter your password to proceed:", "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": {