Skip to content

Commit

Permalink
Merge pull request #17 from beclab/feat/olares
Browse files Browse the repository at this point in the history
feat: update LarePass
  • Loading branch information
wushuangs authored Nov 8, 2024
2 parents 30cda0f + efc39aa commit d3ce617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
login_title: 'Enter password to log in',
login_hint_password: 'Password',
mobile_veri: 'Confirm on TermiPass app',
login_useing_auth: 'Veify using one-time password from TermiPass',
mobile_veri: 'Confirm on LarePass app',
login_useing_auth: 'Veify using one-time password from LarePass',
totp_title: 'Safety verification',
totp_message: 'Enter the one-time password from TermiPass'
totp_message: 'Enter the one-time password from LarePass'
};
6 changes: 3 additions & 3 deletions packages/frontend/src/i18n/zh-CN/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
login_title: '输入密码登录',
login_hint_password: '密码',
mobile_veri: '在 TermiPass 应用程序上确认',
login_useing_auth: '使用 TermiPass 生成的一次性密码验证',
mobile_veri: '在 LarePass 应用程序上确认',
login_useing_auth: '使用 LarePass 生成的一次性密码验证',
totp_title: '安全验证',
totp_message: '输入 TermiPass 的一次性密码'
totp_message: '输入 LarePass 的一次性密码'
};

0 comments on commit d3ce617

Please sign in to comment.