Skip to content
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

Merged
merged 1 commit into from
Sep 12, 2024
Merged

fix: Add app hint for whiteboard #1353

merged 1 commit into from
Sep 12, 2024

Conversation

juliushaertl
Copy link
Member

@juliushaertl juliushaertl commented Sep 12, 2024

Add an app hint for the whiteboard app

Contributes to nextcloud/whiteboard#99

@blizzz blizzz merged commit a65a5bc into master Sep 12, 2024
43 checks passed
@blizzz blizzz deleted the fix/app-hint-whiteboard branch September 12, 2024 07:39
@blizzz
Copy link
Member

blizzz commented Sep 12, 2024

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.'));
Copy link
Member

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.

Copy link
Member Author

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

@juliushaertl
Copy link
Member Author

/backport to stable30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants