You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ const message = {
114
114
Upgrading: 'System upgrade, please wait...',
115
115
Restarting: 'System restart, please wait...',
116
116
Recovering: 'Recovering from snapshot, please wait...',
117
-
Rollbacking: 'Rollbacking from snapshot, please wait...',
117
+
Rollbacking: 'Rolling back from snapshot, please wait...',
118
118
},
119
119
msg: {
120
120
noneData: 'No data available',
@@ -222,7 +222,7 @@ const message = {
222
222
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.`,
223
223
paramUrlAndPort: 'This field must be in the format of "http(s)://(domain name/ip):(port)".',
224
224
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.`,
226
226
containerName: 'Supports letters, numbers, -, _ and .; cannot start with - _ or .; length: 2-128',
227
227
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.',
228
228
disableFunction: 'Only support letters ,underscores,and,',
0 commit comments