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