| @@ -83,9 +83,9 @@ | ||
| 83 | 83 | if (!isset($settings['can_not_cancel'])) { |
| 84 | 84 | $enabled = Arr::get($settings, 'can_cancel') == 'no' ? true : false; |
| 85 | 85 | $settings['can_not_cancel'] = [ |
| 86 | 86 | 'enabled' => $enabled, |
| 87 | - 'message' => 'Sorry! you can not cancel this', | |
| 87 | + 'message' => 'Sorry! you cannot cancel this', | |
| 88 | 88 | 'type' => 'always', |
| 89 | 89 | 'condition' => [ |
| 90 | 90 | 'unit' => 'minutes', |
| 91 | 91 | 'value' => 30 |
| @@ -96,9 +96,9 @@ | ||
| 96 | 96 | if (!isset($settings['can_not_reschedule'])) { |
| 97 | 97 | $enabled = Arr::get($settings, 'can_reschedule') == 'no' ? true : false; |
| 98 | 98 | $settings['can_not_reschedule'] = [ |
| 99 | 99 | 'enabled' => $enabled, |
| 100 | - 'message' => 'Sorry! you can not reschedule this', | |
| 100 | + 'message' => 'Sorry! you cannot reschedule this', | |
| 101 | 101 | 'type' => 'always', |
| 102 | 102 | 'condition' => [ |
| 103 | 103 | 'unit' => 'minutes', |
| 104 | 104 | 'value' => 30 |
| @@ -193,5 +193,5 @@ | ||
| 193 | 193 | 'status' => false |
| 194 | 194 | ]; |
| 195 | 195 | return $methods; |
| 196 | 196 | }); |
| 197 | -} | |
| 197 | +} | |