Skip to content

Commit 0689d81

Browse files
authored
Edit Sessions -> Cloud Changes in output channel name (microsoft#167112)
1 parent 3903dac commit 0689d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/logs/common/logs.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class LogOutputChannels extends Disposable implements IWorkbenchContribution {
4949

5050
private registerCommonContributions(): void {
5151
this.registerLogChannel(Constants.userDataSyncLogChannelId, nls.localize('userDataSyncLog', "Settings Sync"), this.environmentService.userDataSyncLogResource);
52-
this.registerLogChannel(Constants.editSessionsLogChannelId, nls.localize('editSessionsLog', "Edit Sessions"), this.environmentService.editSessionsLogResource);
52+
this.registerLogChannel(Constants.editSessionsLogChannelId, nls.localize('cloudChangesLog', "Cloud Changes"), this.environmentService.editSessionsLogResource);
5353
this.registerLogChannel(Constants.rendererLogChannelId, nls.localize('rendererLog', "Window"), this.environmentService.logFile);
5454

5555
const registerTelemetryChannel = () => {

0 commit comments

Comments
 (0)