| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | |
| 35 | 35 | do_action('fluent_booking/save_client_settings_' . $settingsKey, $settings); |
| 36 | 36 | |
| 37 | 37 | return [ |
| 38 | - 'message' => __('Settings has been successfully saved.', 'fluent-booking') | |
| 38 | + 'message' => __('Settings have been successfully saved.', 'fluent-booking') | |
| 39 | 39 | ]; |
| 40 | 40 | |
| 41 | 41 | } catch (\Exception $e) { |
| 42 | 42 | return $this->sendError([ |