From baa7f2736bc91ca3feaed685e8a67a46db4fbb98 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Mon, 17 Feb 2014 05:02:38 -0500 Subject: [PATCH] Fixed vhostsubdomain not empty regex check to allow 1 char subdomains. --- interface/web/help/lib/lang/de_help_faq_sections_list.lng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/help/lib/lang/de_help_faq_sections_list.lng b/interface/web/help/lib/lang/de_help_faq_sections_list.lng index 511d8b6..15c467b 100644 --- a/interface/web/help/lib/lang/de_help_faq_sections_list.lng +++ b/interface/web/help/lib/lang/de_help_faq_sections_list.lng @@ -1,5 +1,5 @@ <?php -$wb['faq_section_name_txt'] = 'Kategorie-Name'; +$wb['faq_section_name_txt'] = 'Kategorie Name'; $wb['faq_delete_txt'] = 'Löschen'; $wb['faq_edit_txt'] = 'Bearbeiten'; $wb['faq_sections_txt'] = 'Kategorie'; -- Gitblit v1.9.1