1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-01 11:50:28 +02:00
tbe --> the
This commit is contained in:
Paul
2023-11-17 20:31:33 +03:00
committed by GitHub
parent 8a7c7bf73d
commit 1c6b4c6037

View File

@@ -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);
}
}
}