mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 11:20:15 +02:00
Fix typo
tbe --> the
This commit is contained in:
@@ -28,7 +28,7 @@ class ControllerApiSystemThemes extends Controller
|
||||
if(!empty($validator->errors))
|
||||
{
|
||||
$response->getBody()->write(json_encode([
|
||||
'message' => Translations::translate('Please correct tbe errors in form.'),
|
||||
'message' => Translations::translate('Please correct the errors in form.'),
|
||||
'errors' => $validator->errors
|
||||
]));
|
||||
|
||||
@@ -71,4 +71,4 @@ class ControllerApiSystemThemes extends Controller
|
||||
|
||||
return $response->withHeader('Content-Type', 'application/json')->withStatus(200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user