From c28a88253b6c02e61ae5325cc8de5f10f247f0ec Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 12 Dec 2021 14:49:07 +0100 Subject: [PATCH] fix: translation --- 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 ff51ccc49..56a4bd113 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -813,7 +813,7 @@ "url": "Vikunja URL", "urlPlaceholder": "eg. https://localhost:3456", "change": "change", - "use": "Using Vikunja installation on {0}", + "use": "Using Vikunja installation at {0}", "error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", "success": "Using Vikunja installation at \"{domain}\".", "urlRequired": "A url is required."