From 9f77dd9d09268c996f3512520a8589aedaea27bf Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Thu, 21 Apr 2022 19:44:53 +0200 Subject: [PATCH] [CP-96] Capitalize menu items consistently (#1489) --- src/locales/en/messages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index ea39579c..e3695578 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -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." }, "goToWebVault": { - "message": "Go To Web Vault" + "message": "Go to Web Vault" }, "getMobileApp": { "message": "Get Mobile App" @@ -973,7 +973,7 @@ "description": "Copy to clipboard" }, "checkForUpdates": { - "message": "Check For Updates" + "message": "Check for Updates…" }, "version": { "message": "Version $VERSION_NUM$", @@ -985,7 +985,7 @@ } }, "restartToUpdate": { - "message": "Restart To Update" + "message": "Restart to Update" }, "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?",