diff --git a/site/plugins/admin/views/templates/extends/templates/add.php b/site/plugins/admin/views/templates/extends/templates/add.php index b21c12fd..6a7e641a 100644 --- a/site/plugins/admin/views/templates/extends/templates/add.php +++ b/site/plugins/admin/views/templates/extends/templates/add.php @@ -32,7 +32,7 @@ Themes::view('admin/views/partials/content-start')->display();
'templateName']) ?> - 'form-control', 'id' => 'templateName', 'required', 'data-validation' => 'length required', 'data-validation-allowing' => '-_', 'data-validation-length' => 'min1', 'data-validation-error-msg' => __('admin_templates_error_name_empty_input')]) ?> + 'form-control', 'id' => 'templateName', 'required', 'data-validation' => 'length required', 'data-validation-allowing' => '-_', 'data-validation-length' => 'min1', 'data-validation-error-msg' => __('admin_error_name_empty_input')]) ?>
'templateType']) ?>