0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

chore: fix typo in i18n phrase key (#2714)

This commit is contained in:
Charles Zhao 2022-12-23 16:06:27 +08:00 committed by GitHub
parent 8d73b64984
commit 28a1b37859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -98,7 +98,7 @@ const ConnectorForm = ({ connector, isAllowEditTarget }: Props) => {
),
}}
>
{t('connectors.guide.target_tootip')}
{t('connectors.guide.target_tooltip')}
</Trans>
)}
>

View file

@ -44,7 +44,7 @@ const connectors = {
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
target: 'Connector identity target', // UNTRANSLATED
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: 'Enter your JSON here', // UNTRANSLATED
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED

View file

@ -44,7 +44,7 @@ const connectors = {
logo_dark_show: 'Show "Logo for dark mode"',
target: 'Connector identity target',
target_tip: 'A unique identifier for the connector.',
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>',
config: 'Enter your JSON here',
sync_profile: 'Sync profile information from the social provider',

View file

@ -45,7 +45,7 @@ const connectors = {
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
target: 'Connector identity target', // UNTRANSLATED
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: 'Enter your JSON here', // UNTRANSLATED
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED

View file

@ -44,7 +44,7 @@ const connectors = {
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
target: 'Connector identity target', // UNTRANSLATED
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: 'Enter your JSON here', // UNTRANSLATED
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED

View file

@ -45,7 +45,7 @@ const connectors = {
logo_dark_show: 'Mostrar "Logo para modo escuro"',
target: 'Destino da identidade do conector',
target_tip: 'Um identificador exclusivo para o conector.',
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: 'Digite seu JSON aqui',
sync_profile: 'Sincronizar informações de perfil do provedor social',

View file

@ -44,7 +44,7 @@ const connectors = {
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
target: 'Connector identity target', // UNTRANSLATED
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: 'Enter your JSON here', // UNTRANSLATED
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED

View file

@ -45,7 +45,7 @@ const connectors = {
logo_dark_show: 'Show "Logo for dark mode"', // UNTRANSLATED
target: 'Connector identity target', // UNTRANSLATED
target_tip: 'A unique identifier for the connector.', // UNTRANSLATED
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: 'Enter your JSON here', // UNTRANSLATED
sync_profile: 'Sync profile information from the social provider', // UNTRANSLATED

View file

@ -42,7 +42,7 @@ const connectors = {
logo_dark_show: '显示「深色模式图标」',
target: '连接器 target',
target_tip: '连接器标识符',
target_tootip:
target_tooltip:
'"Target" in Logto social connectors refers to the "source" of your social identities. In Logto design, we do not accept the same "target" of a specific platform to avoid conflicts. You should be very careful before you add a connector since you CAN NOT change its value once you create it. <a>Learn more.</a>', // UNTRANSLATED
config: '请在此输入你的 JSON 配置',
sync_profile: '从社交服务商同步用户数据',