From 692b6af09dab01453b642c411e053fd63be1c63a Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 18 Sep 2018 19:46:55 -0400 Subject: [PATCH] Fix bug with translations for Google auth (#1886) * Fix bug with translations for Google auth * Typo --- .../client/translations.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/talk-plugin-google-auth/client/translations.yml b/plugins/talk-plugin-google-auth/client/translations.yml index c686230d6..10ebe24ae 100644 --- a/plugins/talk-plugin-google-auth/client/translations.yml +++ b/plugins/talk-plugin-google-auth/client/translations.yml @@ -8,17 +8,17 @@ en: sign_up: "Sign up with Google" es: talk-plugin-google-auth: - google_sign_in: "Entrar con Google" - google_sign_up: "Registrarse con Google" + sign_in: "Entrar con Google" + sign_up: "Registrarse con Google" fr: talk-plugin-google-auth: - google_sign_in: "Connectez-vous avec Google" - google_sign_up: "Inscrivez-vous avec Google" + sign_in: "Connectez-vous avec Google" + sign_up: "Inscrivez-vous avec Google" zh_CN: talk-plugin-google-auth: - google_sign_in: "使用 Google 帐号" - google_sign_up: "使用 Google 帐号" + sign_in: "使用 Google 帐号" + sign_up: "使用 Google 帐号" zh_TW: talk-plugin-google-auth: - google_sign_in: "使用 Google 帳號" - google_sign_up: "使用 Google 帳號" + sign_in: "使用 Google 帳號" + sign_up: "使用 Google 帳號"