IP filtering on request log table finished

This commit is contained in:
Fred KISSIE
2026-08-21 21:04:40 +02:00
parent 65e4fe91b9
commit 2c197fab9f
4 changed files with 34 additions and 28 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export function ColumnMultiFilterButton({
selectedValues[0]
);
}
return t("accessUsersRoleFilterCount", {
return t("multiSelectFilterCount", {
count: selectedValues.length
});
}, [selectedValues, options, t]);