diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index 74c5fde0..b6b33c0d 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -196,7 +196,7 @@ protected function setAppHintDetails(INotification $notification, $languageCode, break; case 'whiteboard': $notification->setParsedSubject($l->t('App recommendation: Whiteboard')); - $notification->setParsedMessage($l->t('Create and share whiteboards with other users and collaborate in real-time.')); + $notification->setParsedMessage($l->t('Create and share whiteboards with others and collaborate in real-time.')); $appLink = '/office/whiteboard'; break; }