Skip to content

Commit

Permalink
Update data (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc authored Aug 15, 2024
1 parent 5b15b69 commit 90ee432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/planning-extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ const extension: IExtension = {
},
},
},
notifications: {'email:notification:assignments': {type: 'email'}},
notifications: {
'email:notification:assignments': {name: superdesk.localization.gettext('Assignment')}
},
globalMenuHorizontal: displayTopbarWidget ? [AssignmentsList] : [],
},
};
Expand Down

0 comments on commit 90ee432

Please sign in to comment.