Changed translation for "submit" & lost2FAApp (#74)
The "submit" meaning was okay in the Create Account screen, but not quite when the re-entering the master password (when the vault has been locked). Now it fits both. Made the "lost2FAApp" translation less "clunky", more friendlier towards the user.
This commit is contained in:
parent
8cde44f379
commit
1fa96620a7
|
@ -32,7 +32,7 @@
|
|||
"description": "Close"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Lähetä",
|
||||
"message": "Jatka",
|
||||
"description": "Submit"
|
||||
},
|
||||
"emailAddress": {
|
||||
|
@ -600,7 +600,7 @@
|
|||
"description": "Are you sure you want to overwrite the current password?"
|
||||
},
|
||||
"lost2FAApp": {
|
||||
"message": "Ei pääsyä tunnistautumispalveluun?",
|
||||
"message": "Etkö pääse tunnistautumispalveluun?",
|
||||
"description": "Lost authenticator app?"
|
||||
},
|
||||
"credits": {
|
||||
|
|
Loading…
Reference in New Issue