From bc2d8bc980d6bca61917a50c8a5a5c59f5b4265c Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 20 Feb 2019 19:19:01 +0300 Subject: [PATCH] Admin Panel: Translates updates. --- site/plugins/admin/views/templates/extends/templates/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) ?>