mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fix: fix typo in translation
This commit is contained in:
@@ -93,7 +93,7 @@ class ReferrerFilter implements FilterInterface
|
||||
|
||||
return [
|
||||
'Filtered by referrer: only %referrers%', [
|
||||
'%referrers' => implode(', ', $users),
|
||||
'%referrers%' => implode(', ', $users),
|
||||
], ];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user