fixed translation
This commit is contained in:
parent
47bda38a15
commit
cb486bfe9d
@ -44,7 +44,7 @@ class SendInvalidEmailNotification
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$type = trans('general.users', 1);
|
$type = trans_choice('general.users', 1);
|
||||||
|
|
||||||
foreach ($users as $user) {
|
foreach ($users as $user) {
|
||||||
if ($user->cannot('read-notifications')) {
|
if ($user->cannot('read-notifications')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user