Skip to content

Commit

Permalink
fix: Improve whiteboard description
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Sep 12, 2024
1 parent 6f9a59b commit 3e50af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3e50af8

Please sign in to comment.