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

Merge pull request #1294 from logto-io/charles-log-3283-update-get-started-passwordless-button-text

fix(console): update get-started enable passwordless button text to "Enable"
This commit is contained in:
Charles Zhao 2022-06-29 13:59:26 +08:00 committed by GitHub
commit 785f1c622b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -95,7 +95,7 @@ const useGetStartedMetadata = ({ checkDemoAppExists }: Props) => {
title: 'get_started.card4_title',
subtitle: 'get_started.card4_subtitle',
icon: isLightMode ? Passwordless : PasswordlessDark,
buttonText: 'admin_console.general.create',
buttonText: 'admin_console.general.enable',
isComplete: settings?.configurePasswordless,
onClick: () => {
navigate('/connectors');

View file

@ -27,6 +27,7 @@ const translation = {
create: 'Create',
set_up: 'Set Up',
customize: 'Customize',
enable: 'Enable',
reminder: 'Reminder',
delete: 'Delete',
more_options: 'MORE OPTIONS',

View file

@ -29,6 +29,7 @@ const translation = {
create: '创建',
set_up: '配置',
customize: '自定义',
enable: '启用',
reminder: '提示',
delete: '删除',
more_options: '更多选项',