mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-26 00:14:44 +08:00
Small grammer fix
This commit is contained in:
parent
e8c60d579f
commit
dac5fb1b63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue