fixes #1491 better user filter for activity tab

This commit is contained in:
Matthieu Leproux
2021-09-29 16:19:22 +02:00
parent c4ad86ba57
commit 4cdca54223
4 changed files with 70 additions and 18 deletions
+2
View File
@@ -1242,3 +1242,5 @@ $lang['Equivalent to deactivation. The user is still in the list, but can no lon
$lang['%s MB'] = '%s MB';
$lang['Your selection'] = 'Your selection';
$lang['action succesfully performed.'] = 'action succesfully performed.';
$lang['%s lines'] = "%s lines";
$lang['%s line'] = "%s line";
+2
View File
@@ -1249,3 +1249,5 @@ $lang['Edit photo'] = 'Éditer la photo';
$lang['Delete tag "%s"?'] = 'Supprimer le tag "%s" ?';
$lang['Your selection'] = 'Votre selection';
$lang['action succesfully performed.'] = 'action effectuée avec succès.';
$lang['%s lines'] = "%s lignes";
$lang['%s line'] = "%s ligne";