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"
|
"description": "Close"
|
||||||
},
|
},
|
||||||
"submit": {
|
"submit": {
|
||||||
"message": "Lähetä",
|
"message": "Jatka",
|
||||||
"description": "Submit"
|
"description": "Submit"
|
||||||
},
|
},
|
||||||
"emailAddress": {
|
"emailAddress": {
|
||||||
|
@ -600,7 +600,7 @@
|
||||||
"description": "Are you sure you want to overwrite the current password?"
|
"description": "Are you sure you want to overwrite the current password?"
|
||||||
},
|
},
|
||||||
"lost2FAApp": {
|
"lost2FAApp": {
|
||||||
"message": "Ei pääsyä tunnistautumispalveluun?",
|
"message": "Etkö pääse tunnistautumispalveluun?",
|
||||||
"description": "Lost authenticator app?"
|
"description": "Lost authenticator app?"
|
||||||
},
|
},
|
||||||
"credits": {
|
"credits": {
|
||||||
|
|
Loading…
Reference in New Issue