From dac5fb1b635f2e06113ffabdcce487406a71434c Mon Sep 17 00:00:00 2001 From: brantje Date: Sun, 2 Oct 2016 14:43:08 +0200 Subject: [PATCH] Small grammer fix --- lib/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Notifier.php b/lib/Notifier.php index 8bab59af..63dbe030 100644 --- a/lib/Notifier.php +++ b/lib/Notifier.php @@ -64,7 +64,7 @@ class Notifier implements INotifier { case 'credential_shared': $notification->setParsedSubject( - (string) $l->t('%s shared "%s" credential with you. Click here to accept', $notification->getSubjectParameters()) + (string) $l->t('%s shared "%s" with you. Click here to accept', $notification->getSubjectParameters()) ); // Deal with the actions for a known subject