diff --git a/site/plugins/admin/lang/en_US.yaml b/site/plugins/admin/lang/en_US.yaml index 00806a0c..9f5da1e4 100755 --- a/site/plugins/admin/lang/en_US.yaml +++ b/site/plugins/admin/lang/en_US.yaml @@ -204,6 +204,7 @@ admin_help_text_for_fieldsets_label: "The fieldsets label shown in the Admin Pan admin_help_text_for_fieldsets_name: "The fieldsets unique name in lowercase chars only." admin_help_text_for_fieldsets_icon: "The fieldsets valid :link icon class." admin_help_text_for_snippets_name: "The snippets unique name in lowercase chars only." +admin_help_text_for_temlates_name: "The unique name in lowercase chars only." admin_entries_visible: "Visible" admin_entries_draft: "Draft" admin_entries_hidden: "Hidden" diff --git a/site/plugins/admin/views/templates/extends/themes/templates/add.html b/site/plugins/admin/views/templates/extends/themes/templates/add.html index 6a6e4710..bfd513ff 100644 --- a/site/plugins/admin/views/templates/extends/themes/templates/add.html +++ b/site/plugins/admin/views/templates/extends/themes/templates/add.html @@ -9,6 +9,7 @@