diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-09 16:03:10 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-10 08:40:45 +0100 |
commit | 49dd693d8fc76ca055bdd2b1ab299ffe3c60fa16 (patch) | |
tree | d0f3e4f3c1368b293edd0c21b69df30cef4b4e1d | |
parent | a4a7cf40a1f8e174d2a45fbf791db2bcada5ce68 (diff) | |
download | nextcloud-server-49dd693d8fc76ca055bdd2b1ab299ffe3c60fa16.tar.gz nextcloud-server-49dd693d8fc76ca055bdd2b1ab299ffe3c60fa16.zip |
Bring the messages inline
-rw-r--r-- | apps/files_sharing/lib/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/notifier.php b/apps/files_sharing/lib/notifier.php index 802f22e44c5..06067a5ee49 100644 --- a/apps/files_sharing/lib/notifier.php +++ b/apps/files_sharing/lib/notifier.php @@ -55,7 +55,7 @@ class Notifier implements INotifier { case 'remote_share': $params = $notification->getSubjectParameters(); $notification->setParsedSubject( - (string) $l->t('You received %2$s as a remote share from %1$s', $params) + (string) $l->t('You received "/%2$s" as a remote share from %1$s', $params) ); // Deal with the actions for a known subject |