Skip to content

Commit

Permalink
fix: fix typos (#7401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulleo authored Dec 18, 2024
1 parent 955ecce commit a4dcbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lang/modules/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const message = {
Upgrading: 'System upgrade, please wait...',
Restarting: 'System restart, please wait...',
Recovering: 'Recovering from snapshot, please wait...',
Rollbacking: 'Rollbacking from snapshot, please wait...',
Rollbacking: 'Rolling back from snapshot, please wait...',
},
msg: {
noneData: 'No data available',
Expand Down Expand Up @@ -222,7 +222,7 @@ const message = {
paramComplexity: `This field mustn't start and end with special characters and must consist of English, numbers, "{0}" characters with a length of 6-128.`,
paramUrlAndPort: 'This field must be in the format of "http(s)://(domain name/ip):(port)".',
nginxDoc: 'This field must consist of English, numbers and "." characters.',
appName: `This field musnt't start and end with "-" and "_" characters and must consist of English, numbers, "-", and "_" characters with a length of 2-30.`,
appName: `This field mustn't start and end with "-" and "_" characters and must consist of English, numbers, "-", and "_" characters with a length of 2-30.`,
containerName: 'Supports letters, numbers, -, _ and .; cannot start with - _ or .; length: 2-128',
mirror: 'The mirror acceleration address should start with http(s)://, support English letters (both uppercase and lowercase), numbers, . / and -, and should not contain blank lines.',
disableFunction: 'Only support letters ,underscores,and,',
Expand Down

0 comments on commit a4dcbc9

Please sign in to comment.