1
0

fix(i18n): typo

This commit is contained in:
kolaente 2024-05-24 13:17:53 +02:00
parent 34780daab0
commit 536047c4c4
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -53,7 +53,7 @@
"loginWith": "Log in with {provider}", "loginWith": "Log in with {provider}",
"authenticating": "Authenticating…", "authenticating": "Authenticating…",
"openIdStateError": "State does not match, refusing to continue!", "openIdStateError": "State does not match, refusing to continue!",
"openIdGeneralError": "An error occured while authenticating against the third party.", "openIdGeneralError": "An error occurred while authenticating against the third party.",
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
@ -528,7 +528,7 @@
"sharing": { "sharing": {
"authenticating": "Authenticating…", "authenticating": "Authenticating…",
"passwordRequired": "This shared project requires a password. Please enter it below:", "passwordRequired": "This shared project requires a password. Please enter it below:",
"error": "An error occured.", "error": "An error occurred.",
"invalidPassword": "The password is invalid." "invalidPassword": "The password is invalid."
}, },
"navigation": { "navigation": {