提交 608ccd09 编写于 作者: S Sandeep Somavarapu

Fix #91409

上级 d6f49e3b
......@@ -99,7 +99,7 @@ const resolveKeybindingsConflictsCommand = { id: 'workbench.userData.actions.res
const configureSyncCommand = { id: 'workbench.userData.actions.configureSync', title: localize('configure sync', "Sync: Configure") };
const showSyncActivityCommand = {
id: 'workbench.userData.actions.showSyncActivity', title(userDataSyncService: IUserDataSyncService): string {
return getActivityTitle(localize('show sync log', "Sync: Show Activity"), userDataSyncService);
return getActivityTitle(localize('show sync log', "Sync: Show Log"), userDataSyncService);
}
};
const showSyncSettingsCommand = { id: 'workbench.userData.actions.syncSettings', title: localize('sync settings', "Sync: Settings"), };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册