0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

refactor(console): fix onboarding phrases typo (#3458)

This commit is contained in:
Xiao Yijun 2023-03-17 15:11:41 +08:00 committed by GitHub
parent 239237afe3
commit 43d84c526a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 28 additions and 28 deletions

View file

@ -56,48 +56,48 @@ export const fakeSocialTargetOptions: MultiCardSelectorOption[] = [
icon: <Apple />,
title: <DangerousRaw>Apple</DangerousRaw>,
value: 'fake-apple',
tag: 'cloud.sie.connectors.unlock_later',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlock_later_tip',
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <Facebook />,
title: <DangerousRaw>Facebook</DangerousRaw>,
value: 'fake-facebook',
tag: 'cloud.sie.connectors.unlock_later',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlock_later_tip',
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <AzureAd />,
title: <DangerousRaw>Azure Ad</DangerousRaw>,
value: 'fake-azure-ad',
tag: 'cloud.sie.connectors.unlock_later',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlock_later_tip',
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <Kakao />,
title: <DangerousRaw>Kakao</DangerousRaw>,
value: 'fake-kakao',
tag: 'cloud.sie.connectors.unlock_later',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlock_later_tip',
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <Oidc />,
title: <DangerousRaw>OIDC</DangerousRaw>,
value: 'fake-oidc',
tag: 'cloud.sie.connectors.unlock_later',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlock_later_tip',
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
{
icon: <Smal />,
title: <DangerousRaw>SAML</DangerousRaw>,
value: 'fake-saml',
tag: 'cloud.sie.connectors.unlock_later',
tag: 'cloud.sie.connectors.unlocked_later',
isDisabled: true,
disabledTip: 'cloud.sie.connectors.unlock_later_tip',
disabledTip: 'cloud.sie.connectors.unlocked_later_tip',
},
];

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web',
},
connectors: {
unlock_later: 'Unlock later',
unlock_later_tip:
unlocked_later: 'Unlocked later',
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.',
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},

View file

@ -95,8 +95,8 @@ const cloud = {
web_tab: 'Web', // UNTRANSLATED
},
connectors: {
unlock_later: 'Unlock later', // UNTRANSLATED
unlock_later_tip:
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
},
},