noreply should not be translate-able in email addresses
This commit is contained in:
@@ -1062,7 +1062,7 @@ class App
|
||||
$hostname = substr($hostname, 0, strpos($hostname, ':'));
|
||||
}
|
||||
|
||||
$sender_email = L10n::t('noreply') . '@' . $hostname;
|
||||
$sender_email = 'noreply@' . $hostname;
|
||||
}
|
||||
|
||||
return $sender_email;
|
||||
|
||||
Reference in New Issue
Block a user