0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -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:
Charles Zhao 2022-06-14 16:29:38 +08:00 committed by GitHub
commit cb9eba050f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -153,7 +153,7 @@ const translation = {
no_application_type_selected: 'You havent 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',

View file

@ -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: '原生应用',