Projet

Général

Profil

« Précédent | Suivant » 

Révision dc4a8b9e

Ajouté par Chris Buechler il y a plus de 9 ans

update input_error description after changes for ticket #3491

Voir les différences:

usr/local/www/firewall_aliases_edit.php
137 137
		$input_errors[] = gettext("Reserved word used for alias name.");
138 138
	} else {
139 139
		if (is_validaliasname($_POST['name']) == false)
140
			$input_errors[] = gettext("The alias name must be less than 32 characters long and may only consist of the characters") . " a-z, A-Z, 0-9, _.";
140
			$input_errors[] = gettext("The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters") . " a-z, A-Z, 0-9, _.";
141 141
	}
142 142
	/* check for name conflicts */
143 143
	if (empty($a_aliases[$id])) {

Formats disponibles : Unified diff