File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 209
209
"AWS.samcli.local.invoke.debugger.timeout" : " The SAM process did not make the debugger available within the time limit" ,
210
210
"AWS.samcli.notification.not.found" : " Unable to find SAM CLI. It is required in order to work with Serverless Applications locally." ,
211
211
"AWS.samcli.notification.unexpected.validation.issue" : " An unexpected issue occured while validating SAM CLI: {0}" ,
212
- "AWS.samcli.notification.version.invalid" : " Your SAM CLI version {0} does not meet requirements ({1}\u00a0\u2264\u00a0 version \u00a0 < \u00a0 {2}). {3}" ,
212
+ "AWS.samcli.notification.version.invalid" : " Your SAM CLI version {0} does not meet requirements ({1} ≤ version < {2}). {3}" ,
213
213
"AWS.samcli.notification.version.valid" : " Your SAM CLI version {0} is valid." ,
214
214
"AWS.samcli.recommend.update.toolkit" : " Please check the Marketplace for an updated Toolkit." ,
215
215
"AWS.samcli.recommend.update.samcli" : " Please update your SAM CLI." ,
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ function makeVersionValidationNotificationMessage(validationResult: SamCliVersio
129
129
130
130
return localize (
131
131
'AWS.samcli.notification.version.invalid' ,
132
- 'Your SAM CLI version {0} does not meet requirements ({1}\u00a0\u2264\u00a0version\u00a0<\u00a0 {2}). {3}' ,
132
+ 'Your SAM CLI version {0} does not meet requirements ({1} ≤ version < {2}). {3}' ,
133
133
validationResult . version ,
134
134
MINIMUM_SAM_CLI_VERSION_INCLUSIVE ,
135
135
MAXIMUM_SAM_CLI_VERSION_EXCLUSIVE ,
You can’t perform that action at this time.
0 commit comments