* fix bug for alert when save template name.

This commit is contained in:
wangyidong
2019-11-07 15:57:31 +08:00
parent 98a7da512f
commit edb0a60041
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -155,6 +155,9 @@ $lang->user->tpl->title = 'TPL Title';
$lang->user->tpl->content = 'Content';
$lang->user->tpl->public = 'Public';
$lang->usertpl = new stdclass();
$lang->usertpl->title = 'Template Name';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = '>= 3 letters, underline and numbers';
$lang->user->placeholder->password1 = '>= 6 characters';
+3
View File
@@ -155,6 +155,9 @@ $lang->user->tpl->title = '模板名';
$lang->user->tpl->content = '内容';
$lang->user->tpl->public = '是否公开';
$lang->usertpl = new stdclass();
$lang->usertpl->title = '模板名称';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = '英文、数字和下划线的组合,三位以上';
$lang->user->placeholder->password1 = '六位以上';