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:
parent
239237afe3
commit
43d84c526a
9 changed files with 28 additions and 28 deletions
|
@ -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',
|
||||
},
|
||||
];
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue