Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const en = {
},
auth: {
adminKeyHint:
'Leave the username blank for the default administrator. In local development without <adminKey>ADMIN_KEY</adminKey>, leave the password blank too; otherwise enter ADMIN_KEY.',
'Sign in as the default administrator with a blank username and <adminKey>ADMIN_KEY</adminKey> as the password.',
login: {
title: 'Sign in',
subtitle: 'Sign in to Floway.',
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/i18n/locales/zh-Hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const zhHansCN = {
},
auth: {
adminKeyHint:
'用户名留空可登录默认管理员。本地开发未设置 <adminKey>ADMIN_KEY</adminKey> 时密码也可留空,否则请输入 ADMIN_KEY。',
'使用空用户名和 <adminKey>ADMIN_KEY</adminKey> 作为密码来登录默认管理员。',
login: {
title: '登录',
subtitle: '登录到 Floway。',
Expand Down