mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
l10n: Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
b59b8fd808
commit
421df8d456
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ class IMipService {
|
|||
} elseif ($method === IMipPlugin::METHOD_REPLY) {
|
||||
// TRANSLATORS Subject for email, when an invitation is replied to. Ex: "Re: {{Event Name}}"
|
||||
$template->setSubject($this->l10n->t('Re: %1$s', [$summary]));
|
||||
$template->addHeading($this->l10n->t('%1$s has responded your invitation', [$sender]));
|
||||
$template->addHeading($this->l10n->t('%1$s has responded to your invitation', [$sender]));
|
||||
} else {
|
||||
// TRANSLATORS Subject for email, when an invitation is sent. Ex: "Invitation: {{Event Name}}"
|
||||
$template->setSubject($this->l10n->t('Invitation: %1$s', [$summary]));
|
||||
|
|
|
|||
Loading…
Reference in a new issue