mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
[CP-96] Capitalize menu items consistently (#1489)
This commit is contained in:
parent
5082c7708a
commit
9f77dd9d09
@ -775,7 +775,7 @@
|
|||||||
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
|
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
|
||||||
},
|
},
|
||||||
"goToWebVault": {
|
"goToWebVault": {
|
||||||
"message": "Go To Web Vault"
|
"message": "Go to Web Vault"
|
||||||
},
|
},
|
||||||
"getMobileApp": {
|
"getMobileApp": {
|
||||||
"message": "Get Mobile App"
|
"message": "Get Mobile App"
|
||||||
@ -973,7 +973,7 @@
|
|||||||
"description": "Copy to clipboard"
|
"description": "Copy to clipboard"
|
||||||
},
|
},
|
||||||
"checkForUpdates": {
|
"checkForUpdates": {
|
||||||
"message": "Check For Updates"
|
"message": "Check for Updates…"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"message": "Version $VERSION_NUM$",
|
"message": "Version $VERSION_NUM$",
|
||||||
@ -985,7 +985,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"restartToUpdate": {
|
"restartToUpdate": {
|
||||||
"message": "Restart To Update"
|
"message": "Restart to Update"
|
||||||
},
|
},
|
||||||
"restartToUpdateDesc": {
|
"restartToUpdateDesc": {
|
||||||
"message": "Version $VERSION_NUM$ is ready to install. You must restart the application to complete the installation. Do you want to restart and update now?",
|
"message": "Version $VERSION_NUM$ is ready to install. You must restart the application to complete the installation. Do you want to restart and update now?",
|
||||||
|
Loading…
Reference in New Issue
Block a user