Skip to content

Commit

Permalink
Aligned the default message with VS Code
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta authored and kittaakos committed Oct 8, 2019
1 parent 8684253 commit fcccdf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class NotificationCenterComponent extends React.Component<NotificationCen

render(): React.ReactNode {
const empty = this.state.notifications.length === 0;
const title = empty ? 'NO NOTIFICATIONS' : 'NOTIFICATIONS';
const title = empty ? 'NO NEW NOTIFICATIONS' : 'NOTIFICATIONS';
return (
<div className={`theia-notifications-container theia-notification-center ${this.state.visibilityState === 'center' ? 'open' : 'closed'}`}>
<div className='theia-notification-center-header'>
Expand Down

0 comments on commit fcccdf4

Please sign in to comment.