| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | |
| 27 | 27 | public function getModel(): string |
| 28 | 28 | { |
| 29 | 29 | if (!class_exists(License::class)) { |
| 30 | - throw new \Exception('The required plugin is not installed or the License class is missing.'); | |
| 30 | + throw new \Exception(__('The required plugin is not installed or the License class is missing.', 'fluent-cart')); | |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | return License::class; |
| 34 | 34 | } |