From a60b7af2fc1ff5852dc7f2972eb712b84b673dba Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 18 Aug 2022 22:29:19 +0200 Subject: [PATCH] chore(gui-v2): add translations --- packages/nc-gui-v2/pages/forgot-password.vue | 2 +- packages/nc-gui-v2/pages/signup/[[token]].vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui-v2/pages/forgot-password.vue b/packages/nc-gui-v2/pages/forgot-password.vue index 6c167e006d..8022ef0b21 100644 --- a/packages/nc-gui-v2/pages/forgot-password.vue +++ b/packages/nc-gui-v2/pages/forgot-password.vue @@ -96,7 +96,7 @@ function resetError() { - +
diff --git a/packages/nc-gui-v2/pages/signup/[[token]].vue b/packages/nc-gui-v2/pages/signup/[[token]].vue index e0810bb7dc..30c9a8325a 100644 --- a/packages/nc-gui-v2/pages/signup/[[token]].vue +++ b/packages/nc-gui-v2/pages/signup/[[token]].vue @@ -132,7 +132,7 @@ function resetError() { - + @@ -140,7 +140,7 @@ function resetError() { v-model:value="form.password" size="large" class="password" - :placeholder="$t('labels.password')" + :placeholder="$t('msg.info.signUp.enterPassword')" @focus="resetError" />