Project

General

Profile

« Previous | Next » 

Revision c48865bc

Added by Marcos M 9 months ago

Improve error message for duplicated aliases

View differences:

src/usr/local/www/diag_dns.php
189 189

  
190 190
if ($couldnotcreatealias) {
191 191
	if ($alias_exists) {
192
		print_info_box(sprintf(gettext("Could not update alias for %s"), $host), 'warning', false);
192
		print_info_box(sprintf(gettext("Alias already exists for %s"), $host), 'warning', false);
193 193
	} else {
194 194
		print_info_box(sprintf(gettext("Could not create alias for %s"), $host), 'warning', false);
195 195
	}

Also available in: Unified diff