Skip to content

Commit

Permalink
Merge pull request keepassxreboot#2144 from keepassxreboot/fix/passke…
Browse files Browse the repository at this point in the history
…ys_adjust_translations

Passkeys: Adjust translations
  • Loading branch information
varjolintu committed Mar 12, 2024
2 parents 22af4ac + 9667e19 commit 1b85039
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions keepassxc-browser/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
"description": "Wait for timer to expire."
},
"errorMessagePasskeysUnknownError": {
"message": "Unknown Passkeys error.",
"description": "Unknown Passkeys error."
"message": "Unknown passkeys error.",
"description": "Unknown passkeys error."
},
"errorMessagePasskeysInvalidChallenge": {
"message": "Challenge is shorter than required minimum length.",
Expand Down Expand Up @@ -1267,19 +1267,19 @@
"description": "Passkeys settings title in settings page."
},
"optionsPasskeysEnable": {
"message": "Enable Passkeys",
"description": "Enabled Passkeys option text."
"message": "Enable passkeys",
"description": "Enabled passkeys option text."
},
"optionsPasskeysEnableHelpText": {
"message": "Enable support for Web Authentication.",
"description": "Passkeys option help text."
},
"optionsPasskeysEnableFallback": {
"message": "Enable Passkeys fallback",
"description": "Enabled Passkeys fallback option text."
"message": "Enable passkeys fallback",
"description": "Enabled passkeys fallback option text."
},
"optionsPasskeysEnableFallbackHelpText": {
"message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.",
"message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.",
"description": "Passkeys fallback option help text."
},
"openNewTab": {
Expand Down

0 comments on commit 1b85039

Please sign in to comment.