Message modification tag(s)

This commit is contained in:
Fred Tempez 2024-09-26 10:54:13 +02:00
parent 5700200bc3
commit 5bdb38dfec

View File

@ -1682,7 +1682,7 @@ class user extends common
if (
isset($_POST['usersTagSubmit'])
) {
$notification = helper::translate('Modification de %s étiquette');
$notification = helper::translate('Modification de %s étiquette(s)');
$success = true;
$count = 0;
$newTags = $this->getInput('usersTagLabel', null, true);