From 31ce0f73810c493bb69b629f00c942f16e923570 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Thu, 12 Sep 2024 11:16:16 +0200 Subject: [PATCH] fix: Improve whiteboard description Signed-off-by: Julius Knorr --- lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }