0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(console): update get sample wording

This commit is contained in:
Charles Zhao 2022-06-30 19:54:22 +08:00
parent cb6b656d51
commit 4dafb8050b
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
2 changed files with 4 additions and 4 deletions

View file

@ -106,9 +106,9 @@ const translation = {
},
},
guide: {
get_sample_file: 'Get the sample project',
get_sample_file: 'Get Sample',
header_description:
'Follow a step by step guide to integrate your application or click the right button to get the sample project',
'Follow a step by step guide to integrate your application or click the right button to get our sample project',
title: 'The application has been successfully created',
subtitle:
'Now follow the steps below to finish your app settings. Please select the SDK type to continue.',

View file

@ -105,9 +105,9 @@ const translation = {
},
},
guide: {
get_sample_file: '获取示例工程',
get_sample_file: '获取示例',
header_description:
'参考如下教程,将 Logto 集成到你的应用中。你也可以点击右侧按钮,获取我们为你准备好的示工程。',
'参考如下教程,将 Logto 集成到你的应用中。你也可以点击右侧按钮,获取我们为你准备好的示工程。',
title: '应用创建成功',
subtitle: '参考以下步骤完成你的应用设置。首先,选择你要使用的 SDK 类型:',
description_by_sdk: '本教程向你演示如何在 {{sdk}} 应用中集成 Logto 登录功能',