Skip to content

Commit

Permalink
feat: add description
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Aug 13, 2024
1 parent 640545d commit f86a375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export class notificationsDashboardsPlugin
title: this.title,
category: core.chrome?.navGroup?.getNavGroupEnabled() ? undefined : DEFAULT_APP_CATEGORIES.management,
order: 9060,
description: i18n.translate('dashboards-notifications.leftNav.notifications.description', {
defaultMessage: 'Configure and organize notification channels.'
}),
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
async mount(params: AppMountParameters) {
// Load application bundle
Expand Down

0 comments on commit f86a375

Please sign in to comment.