From f13db9268a8862204522a8d68ad7b51edb9d91e1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 24 May 2023 17:41:14 +0200 Subject: [PATCH] fix: translation string --- src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index fef60201..6faaed9f 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -155,7 +155,7 @@ }, "export": { "title": "Export your Vikunja data", - "description": "You can request a copy of all your Vikunja data. This include Namespaces, Projects, 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 includes Projects, 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.",