mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(l10n): fixup localization string for emails
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
89c751db3c
commit
3a876fcdce
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class GuestManager {
|
|||
$subject = $this->l->t('%1$s invited you to conversation "%2$s".', [$user->getDisplayName(), $room->getDisplayName('')]);
|
||||
$message->setFrom([Util::getDefaultEmailAddress('no-reply') => $user->getDisplayName()]);
|
||||
} else {
|
||||
$subject = $this->l->t('You were invited to conversation "%s."', $room->getDisplayName(''));
|
||||
$subject = $this->l->t('You were invited to conversation "%s".', $room->getDisplayName(''));
|
||||
$message->setFrom([Util::getDefaultEmailAddress('no-reply') => $this->defaults->getName()]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue