From 1d34ef456bafd0110f6c9339024edb787a98f441 Mon Sep 17 00:00:00 2001 From: aj-bw <81774843+aj-bw@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:10:30 -0500 Subject: [PATCH] fix SSH casing (#11840) --- apps/desktop/src/locales/en/messages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/desktop/src/locales/en/messages.json b/apps/desktop/src/locales/en/messages.json index 9f84199610b..24d59950091 100644 --- a/apps/desktop/src/locales/en/messages.json +++ b/apps/desktop/src/locales/en/messages.json @@ -205,7 +205,7 @@ "message": "A new SSH key was generated" }, "sshAgentUnlockRequired": { - "message": "Please unlock your vault to approve the Ssh key request." + "message": "Please unlock your vault to approve the SSH key request." }, "sshAgentUnlockTimeout": { "message": "SSH key request timed out." @@ -214,10 +214,10 @@ "message": "Enable SSH agent" }, "enableSshAgentDesc": { - "message": "Enable the SSH agent to sign Ssh requests right from your Bitwarden vault." + "message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault." }, "enableSshAgentHelp": { - "message": "The Ssh agent is a service targeted at developers that allows you to sign Ssh requests directly from your Bitwarden vault." + "message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault." }, "premiumRequired": { "message": "Premium required" @@ -440,10 +440,10 @@ "message": "Copy password" }, "regenerateSshKey": { - "message": "Regenerate Ssh key" + "message": "Regenerate SSH key" }, "copySshPrivateKey": { - "message": "Copy Ssh private key" + "message": "Copy SSH private key" }, "copyUri": { "message": "Copy URI"