From 544315e0eb72dd13f2975fc932f682237462ee4f Mon Sep 17 00:00:00 2001
From: mabasian <54101509+mabasian@users.noreply.github.com>
Date: Tue, 7 Nov 2023 16:58:36 +0100
Subject: [PATCH] Polishing the Final Details for Seamless Release (#1546)
* update login page ssh pass label
* fix the style of three widget btn in the control tab
data api
rps
ws
* fix the btn style
data api
* fix the gnosis help url
---
.../src/components/UI/login-server/components/LoginForm.vue | 6 +++---
launcher/src/components/UI/node-header/SupportModal.vue | 4 ++--
launcher/src/components/UI/the-control/DataApi.vue | 4 ++--
launcher/src/components/UI/the-control/RpcEndpoint.vue | 6 +++---
launcher/src/components/UI/the-control/WsEndpoint.vue | 4 ++--
launcher/src/languages/en.json | 5 +++--
6 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/launcher/src/components/UI/login-server/components/LoginForm.vue b/launcher/src/components/UI/login-server/components/LoginForm.vue
index a5c20853c..b7f2db08b 100755
--- a/launcher/src/components/UI/login-server/components/LoginForm.vue
+++ b/launcher/src/components/UI/login-server/components/LoginForm.vue
@@ -200,9 +200,9 @@
errors: keyAuth ? !model.keylocation.isFilled : !model.passphrase.isFilled,
}"
>
- SSH-{{ $t("formsetup.password") }}
+ {{
+ $t("formsetup.KeyPassphrase")
+ }}