Skip to content

Commit

Permalink
Password word add comment NOSONAR
Browse files Browse the repository at this point in the history
  • Loading branch information
sunquakes committed May 17, 2024
1 parent f59965d commit 0009cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export default {
},
login: {
username: 'Username',
password: 'Password',
password: 'Password', // NOSONAR
username_required: 'Please input your username!',
password_required: 'Please input your password!',
password_required: 'Please input your password!', // NOSONAR
username_not_exist: 'Username does not exist!',
wrong_password: 'Wrong password!'
wrong_password: 'Wrong password!' // NOSONAR
},
logout: {
confirm: 'Do you want to logout?'
Expand Down
7 changes: 3 additions & 4 deletions src/lang/zh.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// sonar-ignore-start
export default {
action: {
delete: '删除',
Expand All @@ -18,11 +17,11 @@ export default {
},
login: {
username: '用户名',
password: '密码',
password: '密码', // NOSONAR
username_required: '请输入用户名!',
password_required: '请输入密码!',
password_required: '请输入密码!', // NOSONAR
username_not_exist: '用户名不存在!',
wrong_password: '密码错误!'
wrong_password: '密码错误!' // NOSONAR
},
logout: {
confirm: '确定退出登录?'
Expand Down

0 comments on commit 0009cd5

Please sign in to comment.