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:
parent
95ef24a92b
commit
51e39eeb3b
6 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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: '该图片将用于连接器的展示。获取图片链接后粘贴在此处。',
|
||||
|
|
Loading…
Reference in a new issue