From cd245e467c2bee0fa7fb7efd9a670625fb91526b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 26 Dec 2021 11:32:24 +0100 Subject: [PATCH] chore: fix CalDAV casing --- src/i18n/lang/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 82ebec7bf..8e9c587ed 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -103,15 +103,15 @@ "disableSuccess": "Two factor authentication was sucessfully disabled." }, "caldav": { - "title": "Caldav", - "howTo": "You can connect Vikunja to caldav clients to view and manage all tasks from different clients. Enter this url into your client:", - "more": "More information about caldav in Vikunja", - "tokens": "Caldav Tokens", - "tokensHowTo": "You can use a caldav token to use instead of a password to log in the above endpoint.", + "title": "CalDAV", + "howTo": "You can connect Vikunja to CalDAV clients to view and manage all tasks from different clients. Enter this url into your client:", + "more": "More information about CalDAV in Vikunja", + "tokens": "CalDAV Tokens", + "tokensHowTo": "You can use a CalDAV token to use instead of a password to log in the above endpoint.", "createToken": "Create a token", "tokenCreated": "Here is your token: {token}", "wontSeeItAgain": "Write it down, you won't be able to see it again.", - "mustUseToken": "You need to create a caldav token if you want to use caldav with a third party client. Use the token as the password.", + "mustUseToken": "You need to create a CalDAV token if you want to use CalDAV with a third party client. Use the token as the password.", "usernameIs": "Your username is: {0}" }, "avatar": {