[CP-96] Capitalize menu items consistently (#1489)

This commit is contained in:
Dave Nicolson 2022-04-21 19:44:53 +02:00 committed by GitHub
parent 5082c7708a
commit 9f77dd9d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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?",