diff --git a/packages/phrases/src/locales/de/translation/admin-console/connectors.ts b/packages/phrases/src/locales/de/translation/admin-console/connectors.ts index 078b3d952..5ba5d6fab 100644 --- a/packages/phrases/src/locales/de/translation/admin-console/connectors.ts +++ b/packages/phrases/src/locales/de/translation/admin-console/connectors.ts @@ -33,7 +33,7 @@ const connectors = { connector_setting: 'Connector setting', // UNTRANSLATED name: 'Connector name', // UNTRANSLATED name_tip: - 'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED + 'The name of the connector button will be displayed as "Continue with {{name}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED logo: 'Logo image URL', // UNTRANSLATED logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED logo_tip: diff --git a/packages/phrases/src/locales/en/translation/admin-console/connectors.ts b/packages/phrases/src/locales/en/translation/admin-console/connectors.ts index e6ef3053e..37606585b 100644 --- a/packages/phrases/src/locales/en/translation/admin-console/connectors.ts +++ b/packages/phrases/src/locales/en/translation/admin-console/connectors.ts @@ -33,7 +33,7 @@ const connectors = { connector_setting: 'Connector setting', name: 'Connector name', name_tip: - 'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', + 'The name of the connector button will be displayed as "Continue with {{name}}." Be mindful of the length of the naming in case it gets too long.', logo: 'Logo image URL', logo_placeholder: 'https://your.cdn.domain/logo.png', logo_tip: diff --git a/packages/phrases/src/locales/fr/translation/admin-console/connectors.ts b/packages/phrases/src/locales/fr/translation/admin-console/connectors.ts index b3437420b..b722171ba 100644 --- a/packages/phrases/src/locales/fr/translation/admin-console/connectors.ts +++ b/packages/phrases/src/locales/fr/translation/admin-console/connectors.ts @@ -34,7 +34,7 @@ const connectors = { connector_setting: 'Connector setting', // UNTRANSLATED name: 'Connector name', // UNTRANSLATED name_tip: - 'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED + 'The name of the connector button will be displayed as "Continue with {{name}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED logo: 'Logo image URL', // UNTRANSLATED logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED logo_tip: diff --git a/packages/phrases/src/locales/pt-pt/translation/admin-console/connectors.ts b/packages/phrases/src/locales/pt-pt/translation/admin-console/connectors.ts index 2f0e9b6a0..b458cff1c 100644 --- a/packages/phrases/src/locales/pt-pt/translation/admin-console/connectors.ts +++ b/packages/phrases/src/locales/pt-pt/translation/admin-console/connectors.ts @@ -33,7 +33,7 @@ const connectors = { connector_setting: 'Connector setting', // UNTRANSLATED name: 'Connector name', // UNTRANSLATED name_tip: - 'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED + 'The name of the connector button will be displayed as "Continue with {{name}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED logo: 'Logo image URL', // UNTRANSLATED logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED logo_tip: diff --git a/packages/phrases/src/locales/tr-tr/translation/admin-console/connectors.ts b/packages/phrases/src/locales/tr-tr/translation/admin-console/connectors.ts index f6af1c585..f6e78ecc2 100644 --- a/packages/phrases/src/locales/tr-tr/translation/admin-console/connectors.ts +++ b/packages/phrases/src/locales/tr-tr/translation/admin-console/connectors.ts @@ -34,7 +34,7 @@ const connectors = { connector_setting: 'Connector setting', // UNTRANSLATED name: 'Connector name', // UNTRANSLATED name_tip: - 'The name of the connector button will be displayed as "Continue with {{social_connector}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED + 'The name of the connector button will be displayed as "Continue with {{name}}." Be mindful of the length of the naming in case it gets too long.', // UNTRANSLATED logo: 'Logo image URL', // UNTRANSLATED logo_placeholder: 'https://your.cdn.domain/logo.png', // UNTRANSLATED logo_tip: diff --git a/packages/phrases/src/locales/zh-cn/translation/admin-console/connectors.ts b/packages/phrases/src/locales/zh-cn/translation/admin-console/connectors.ts index dfa15c436..1387b1f27 100644 --- a/packages/phrases/src/locales/zh-cn/translation/admin-console/connectors.ts +++ b/packages/phrases/src/locales/zh-cn/translation/admin-console/connectors.ts @@ -31,8 +31,7 @@ const connectors = { subtitle: '参考以下步骤完成你的连接器设置', connector_setting: '设置连接器', name: '连接器名称', - name_tip: - '按钮上将展示「用 {{social_connector}} 账号登录」。名字不宜过长而导致信息无法展示完整。', + name_tip: '按钮上将展示「通过 {{name}} 继续」。名字不宜过长而导致信息无法展示完整。', logo: 'Logo 图片链接', logo_placeholder: 'https://your.cdn.domain/logo.png', logo_tip: '该图片将用于连接器的展示。获取图片链接后粘贴在此处。',