diff --git a/core/domains/app_languages.php b/core/domains/app_languages.php
index 6c725850ba..db4916cafb 100644
--- a/core/domains/app_languages.php
+++ b/core/domains/app_languages.php
@@ -121,27 +121,6 @@ $text['message-delete_failed']['ru-ru'] = "Не выбрана настройк
$text['message-delete_failed']['sv-se'] = "Ingen Inställning Markerad";
$text['message-delete_failed']['uk-ua'] = "Налаштування не вказано";
-$text['message-invalid_characters']['en-us'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['ar-eg'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['de-at'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['de-ch'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['de-de'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['es-cl'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['es-mx'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['fr-ca'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['fr-fr'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['he-il'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['it-it'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['nl-nl'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['pl-pl'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['pt-br'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['pt-pt'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['ro-ro'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['ru-ru'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['sv-se'] = "Invalid Character(s) Detected";
-$text['message-invalid_characters']['uk-ua'] = "Invalid Character(s) Detected";
-
-
$text['label-web_fonts']['en-us'] = "Web Fonts";
$text['label-web_fonts']['ar-eg'] = "الخطوط على شبكة الإنترنت";
$text['label-web_fonts']['de-at'] = "Web Fonts"; //copied from de-de
diff --git a/core/domains/domain_edit.php b/core/domains/domain_edit.php
index c191657fa9..6113f89f7a 100644
--- a/core/domains/domain_edit.php
+++ b/core/domains/domain_edit.php
@@ -75,7 +75,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//check for all required data
if (strlen($domain_name) == 0) { $msg .= $text['message-required'].$text['label-name']."
\n"; }
- if (substr_count($domain_name, '-') != 0) { $msg .= $text['message-invalid_characters']."
\n"; }
//if (strlen($domain_description) == 0) { $msg .= $text['message-required'].$text['label-description']."
\n"; }
if (strlen($msg) > 0 && strlen($_POST["persistformvar"]) == 0) {
require_once "resources/header.php";
@@ -534,35 +533,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "";
}
-//filter domain characters
- echo "";
-
//show the content
echo "