mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[CP-96] Capitalize menu items consistently (#1489)
This commit is contained in:
@@ -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?",
|
||||||
|
|||||||
Reference in New Issue
Block a user