0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update AC connector name tip content (#2797)

This commit is contained in:
Darcy Ye 2022-12-31 00:04:55 +08:00 committed by GitHub
parent 95ef24a92b
commit 51e39eeb3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 7 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: '该图片将用于连接器的展示。获取图片链接后粘贴在此处。',