messages/translations

This commit is contained in:
akemidx
2024-01-09 16:49:56 -05:00
parent f2d34b2c03
commit 27103124bf
4 changed files with 5 additions and 2 deletions
@@ -30,7 +30,7 @@ class ReportTemplatesController extends Controller
if (!$reportTemplate) {
return redirect()->route('reports/custom')
->with('error', 'Template does not exist or you do not have permission to view it.');
->with('error', 'Template does not exist or you do not have permission to view it.'); //needs translation
}
$customfields = CustomField::get();