0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(console): update get-started enable passwordless button text to "Enable"

This commit is contained in:
Charles Zhao 2022-06-29 12:52:18 +08:00
parent ab5b424901
commit f7d2e4cbd4
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
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: '更多选项',