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:
commit
785f1c622b
3 changed files with 3 additions and 1 deletions
|
@ -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');
|
||||
|
|
|
@ -27,6 +27,7 @@ const translation = {
|
|||
create: 'Create',
|
||||
set_up: 'Set Up',
|
||||
customize: 'Customize',
|
||||
enable: 'Enable',
|
||||
reminder: 'Reminder',
|
||||
delete: 'Delete',
|
||||
more_options: 'MORE OPTIONS',
|
||||
|
|
|
@ -29,6 +29,7 @@ const translation = {
|
|||
create: '创建',
|
||||
set_up: '配置',
|
||||
customize: '自定义',
|
||||
enable: '启用',
|
||||
reminder: '提示',
|
||||
delete: '删除',
|
||||
more_options: '更多选项',
|
||||
|
|
Loading…
Add table
Reference in a new issue