]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Fixed grammar 36674/head
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sat, 11 Feb 2023 21:09:26 +0000 (22:09 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 21:09:26 +0000 (22:09 +0100)
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/dav/lib/CalDAV/Schedule/IMipService.php

index 88f8bb8f54e1c0d57f094a8ffc71e089afd0c959..3e8e72bd2e4884fdd72a59ff7a1e73ddeb8ff059 100644 (file)
@@ -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]));