提交 0be0ebec 编写于 作者: S Sandeep Somavarapu

Fix #97150

上级 19985670
......@@ -75,10 +75,10 @@ const syncNowCommand = {
title: localize('sync now', "Preferences Sync: Sync Now"),
description(userDataSyncService: IUserDataSyncService): string | undefined {
if (userDataSyncService.status === SyncStatus.Syncing) {
return localize('sync is on with syncing', "syncing");
return localize('syncing', "syncing");
}
if (userDataSyncService.lastSyncTime) {
return localize('sync is on with time', "synced {0}", fromNow(userDataSyncService.lastSyncTime, true));
return localize('synced with time', "synced {0}", fromNow(userDataSyncService.lastSyncTime, true));
}
return undefined;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册