Translation line added and message displayed properly.

Conflicts:
	language/fr_FR/admin.lang.php
This commit is contained in:
plegall
2021-05-13 13:01:20 +02:00
parent 2ce1e59522
commit 98b2ed9b28
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ jQuery(document).ready(function () {
setupGroupBox(groupBox);
updateBadge();
} else {
$("#addGroupForm .groupError").html(str_name_taken);
$("#addGroupForm .groupError").html(str_name_not_empty);
$("#addGroupForm .groupError").fadeIn();
$("#addGroupForm .groupError").delay(DELAY_FEEDBACK).fadeOut();
}