Skip to content

Commit

Permalink
[webapp] fix unlock tip message (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
js110 authored Mar 25, 2023
1 parent 15653ea commit 11765ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web-app/src/assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"app.theme.dark": "Dark Theme",
"app.theme.compact": "Compact Theme",
"app.role.admin": "administrator",
"app.lock": "Lock",
"app.lock": "Unlock",
"app.lock.placeholder": "Enter Any To Unlock",
"app.passport.desc": "An Open Source Real-Time Monitoring Tool",
"app.passport.welcome": "Welcome To Use TanCloud - Monitoring Cloud Service",
Expand Down
2 changes: 1 addition & 1 deletion web-app/src/assets/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"app.theme.dark": "深色主题",
"app.theme.compact": "紧凑主题",
"app.role.admin": "管理员",
"app.lock": "锁屏",
"app.lock": "解除锁定",
"app.lock.placeholder": "输入任意解锁",
"app.passport.desc": "易用友好的开源实时监控系统",
"app.passport.welcome": "欢迎使用 TanCloud 监控云服务",
Expand Down
2 changes: 1 addition & 1 deletion web-app/src/assets/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"app.theme.dark": "深色主題",
"app.theme.compact": "緊湊主題",
"app.role.admin": "管理員",
"app.lock": "鎖屏",
"app.lock": "解除鎖定",
"app.lock.placeholder": "輸入任意解鎖",
"app.passport.desc": "易用友好的開源實時監控系統",
"app.passport.welcome": "歡迎使用TanCloud監控雲服務",
Expand Down

0 comments on commit 11765ba

Please sign in to comment.