diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index dc1274842e..5ba7e498e3 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -164,7 +164,7 @@ return [ 'fix' => 'Fix', 'fixed' => 'Fix has completed, refresh to re-run validations.', 'fetch_failed' => 'Failed to fetch validation results', - 'backend_failed' => 'Failed to load data from backend, check webserver.', + 'backend_failed' => 'Failed to load data from backend, check console for error.', 'invalid_fixer' => 'Invalid Fixer', 'show_all' => 'Show all', 'show_less' => 'Show less', diff --git a/resources/views/validate/index.blade.php b/resources/views/validate/index.blade.php index 0b4ae30a93..8d1860ded4 100644 --- a/resources/views/validate/index.blade.php +++ b/resources/views/validate/index.blade.php @@ -3,9 +3,17 @@ @section('title', __('validation.results.validate')) @section('content') -
+

{{ __('validation.results.validating') }}