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();
= Form::hidden('token', Token::generate()); ?>
= Form::label('name', __('admin_name'), ['for' => 'templateName']) ?>
- = Form::input('name', '', ['class' => '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::input('name', '', ['class' => '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')]) ?>
= Form::label('type', __('admin_type'), ['for' => 'templateType']) ?>