Skip to content

Commit 7111cb2

Browse files
committed
1 parent 01e9903 commit 7111cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/vs/workbench/contrib/update/browser

src/vs/workbench/contrib/update/browser/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
243243
if (state.type === StateType.AvailableForDownload || state.type === StateType.Downloaded || state.type === StateType.Ready) {
244244
badge = new NumberBadge(1, () => nls.localize('updateIsReady', "New {0} update available.", this.productService.nameShort));
245245
} else if (state.type === StateType.CheckingForUpdates || state.type === StateType.Downloading || state.type === StateType.Updating) {
246-
badge = new ProgressBadge(() => nls.localize('updateIsReady', "New {0} update available.", this.productService.nameShort));
246+
badge = new ProgressBadge(() => nls.localize('checkingForUpdates', "Checking for Updates..."));
247247
clazz = 'progress-badge';
248248
priority = 1;
249249
}

0 commit comments

Comments
 (0)