Skip to content

Commit

Permalink
fixes #141392
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jan 25, 2022
1 parent f13f882 commit d6fb938
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export class OfflineStatusBarController implements IWorkbenchContribution {
this.statusbarService.addEntry({
name: 'Offline Indicator',
text: '$(debug-disconnect) Offline',
ariaLabel: 'Network status is offline.',
tooltip: localize('offline', "Network status appears to be offline, certain features might be unavailable.")
ariaLabel: 'Network is offline.',
tooltip: localize('offline', "Network appears to be offline, certain features might be unavailable.")
}, 'offline', StatusbarAlignment.LEFT, 10000)
);
} else {
Expand Down

0 comments on commit d6fb938

Please sign in to comment.