File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Model/Backpressure/Config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function beforeSave()
64
64
if (!array_key_exists ($ value , $ availableValues )) {
65
65
throw new LocalizedException (
66
66
__ (
67
- 'Please select a valid speed limit period in seconds: %1 ' ,
67
+ 'Please select a valid rate limit period in seconds: %1 ' ,
68
68
implode (', ' , array_keys ($ availableValues ))
69
69
)
70
70
);
Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ Carts,Carts
70
70
"Validated Vat Number","Validated Vat Number"
71
71
"Invalid Quote Item id %1","Invalid Quote Item id %1"
72
72
"Number above 0 is required for the limit","Number above 0 is required for the limit"
73
- "Please select a valid speed limit period in seconds: %1.","Please select a valid speed limit period in seconds: %1."
73
+ "Please select a valid rate limit period in seconds: %1.","Please select a valid rate limit period in seconds: %1."
74
74
"Identity type not found","Identity type not found"
75
75
"Invalid order backpressure limit config","Invalid order backpressure limit config"
You can’t perform that action at this time.
0 commit comments