Skip to content

Commit

Permalink
#100346 rename view
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jul 15, 2020
1 parent 92786be commit 192f24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { isEqual, basename } from 'vs/base/common/resources';
import { IDecorationsProvider, IDecorationData, IDecorationsService } from 'vs/workbench/services/decorations/browser/decorations';
import { IProgressService } from 'vs/platform/progress/common/progress';

const viewName = localize('manual sync', "Sync Manually");
const viewName = localize('manual sync', "Manual Sync");

export class UserDataManualSyncView extends Disposable {

Expand Down

0 comments on commit 192f24d

Please sign in to comment.