mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
chore(console): update Client ID to App ID
This commit is contained in:
parent
2a4a61deab
commit
8cbbdffce9
3 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ const Applications = () => {
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{t('applications.application_name')}</th>
|
<th>{t('applications.application_name')}</th>
|
||||||
<th>{t('applications.client_id')}</th>
|
<th>{t('applications.app_id')}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -153,7 +153,7 @@ const translation = {
|
||||||
no_application_type_selected: 'You haven’t selected any application type yet.',
|
no_application_type_selected: 'You haven’t selected any application type yet.',
|
||||||
application_created:
|
application_created:
|
||||||
'The application {{name}} has been successfully created! \nNow finish your application settings.',
|
'The application {{name}} has been successfully created! \nNow finish your application settings.',
|
||||||
client_id: 'Client ID',
|
app_id: 'App ID',
|
||||||
type: {
|
type: {
|
||||||
native: {
|
native: {
|
||||||
title: 'Native App',
|
title: 'Native App',
|
||||||
|
|
|
@ -150,7 +150,7 @@ const translation = {
|
||||||
select_application_type: '选择一个应用类型',
|
select_application_type: '选择一个应用类型',
|
||||||
no_application_type_selected: '你还没有选用任意一种应用类型.',
|
no_application_type_selected: '你还没有选用任意一种应用类型.',
|
||||||
application_created: '应用 {{name}} 成功创建! \n现在请完成你的应用设置.',
|
application_created: '应用 {{name}} 成功创建! \n现在请完成你的应用设置.',
|
||||||
client_id: 'Client ID',
|
app_id: 'App ID',
|
||||||
type: {
|
type: {
|
||||||
native: {
|
native: {
|
||||||
title: '原生应用',
|
title: '原生应用',
|
||||||
|
|
Loading…
Reference in a new issue