Skip to content

Commit a4dcbc9

Browse files
authored
fix: fix typos (#7401)
1 parent 955ecce commit a4dcbc9

File tree

1 file changed

+2
-2
lines changed
  • frontend/src/lang/modules

1 file changed

+2
-2
lines changed

frontend/src/lang/modules/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const message = {
114114
Upgrading: 'System upgrade, please wait...',
115115
Restarting: 'System restart, please wait...',
116116
Recovering: 'Recovering from snapshot, please wait...',
117-
Rollbacking: 'Rollbacking from snapshot, please wait...',
117+
Rollbacking: 'Rolling back from snapshot, please wait...',
118118
},
119119
msg: {
120120
noneData: 'No data available',
@@ -222,7 +222,7 @@ const message = {
222222
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.`,
223223
paramUrlAndPort: 'This field must be in the format of "http(s)://(domain name/ip):(port)".',
224224
nginxDoc: 'This field must consist of English, numbers and "." characters.',
225-
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.`,
225+
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.`,
226226
containerName: 'Supports letters, numbers, -, _ and .; cannot start with - _ or .; length: 2-128',
227227
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.',
228228
disableFunction: 'Only support letters ,underscores,and,',

0 commit comments

Comments
 (0)