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