Browse Source

chore(nc-gui): add en translation for signin with google

pull/3945/head
braks 2 years ago
parent
commit
11be968bd2
  1. 1
      packages/nc-gui/lang/en.json
  2. 2
      packages/nc-gui/pages/signin.vue
  3. 2
      packages/nc-gui/pages/signup/[[token]].vue

1
packages/nc-gui/lang/en.json

@ -292,6 +292,7 @@
"documentation": "Documentation",
"subscribeNewsletter": "Subscribe to our weekly newsletter",
"signUpWithGoogle": "Sign up with Google",
"signInWithGoogle": "Sign in with Google",
"agreeToTos": "By signing up, you agree to the Terms of Service",
"welcomeToNc": "Welcome to NocoDB!"
},

2
packages/nc-gui/pages/signin.vue

@ -127,7 +127,7 @@ function resetError() {
<span class="flex items-center gap-2">
<LogosGoogleGmail />
Sign In with Google
{{ $t('labels.signInWithGoogle') }}
</span>
</a>

2
packages/nc-gui/pages/signup/[[token]].vue

@ -138,7 +138,7 @@ function resetError() {
<span class="flex items-center gap-2">
<LogosGoogleGmail />
Sign up with Google
{{ $t('labels.signUpWithGoogle') }}
</span>
</a>

Loading…
Cancel
Save