-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add app hint for whiteboard #1353
Conversation
Signed-off-by: Julius Knorr <jus@bitgrid.net>
needs a backport to stable30 i suppose? |
@@ -193,6 +194,11 @@ protected function setAppHintDetails(INotification $notification, $languageCode, | |||
$notification->setParsedMessage($l->t('Admin-configured folders shared by everyone in a group.')); | |||
$appLink = '/files/groupfolders'; | |||
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.')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big deal but FYI @juliushaertl we want to avoid the word "user" and thus it could be simplified to:
Create and share whiteboards with others and collaborate in real-time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, #1354 will cherry pick that to the backport
/backport to stable30 |
Add an app hint for the whiteboard app
Contributes to nextcloud/whiteboard#99