mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 06:37:41 +01:00
chore: tweak words
This commit is contained in:
parent
69ad5178b3
commit
771a977c9f
@ -364,6 +364,7 @@ const MemoEditor = (props: Props) => {
|
|||||||
isRequesting: false,
|
isRequesting: false,
|
||||||
resourceList: [],
|
resourceList: [],
|
||||||
relationList: [],
|
relationList: [],
|
||||||
|
location: undefined,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -65,7 +65,7 @@ const UserStatisticsView = () => {
|
|||||||
await memoServiceClient.rebuildMemoProperty({
|
await memoServiceClient.rebuildMemoProperty({
|
||||||
name: "memos/-",
|
name: "memos/-",
|
||||||
});
|
});
|
||||||
toast.success("Refresh successfully");
|
toast.success("Rebuild memo properties successfully.");
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ const UserStatisticsView = () => {
|
|||||||
<PopoverContent align="end" alignOffset={-12}>
|
<PopoverContent align="end" alignOffset={-12}>
|
||||||
<button className="w-auto flex flex-row justify-between items-center gap-2 hover:opacity-80" onClick={rebuildMemoTags}>
|
<button className="w-auto flex flex-row justify-between items-center gap-2 hover:opacity-80" onClick={rebuildMemoTags}>
|
||||||
<RefreshCcwIcon className="text-gray-400 w-4 h-auto cursor-pointer opacity-60" />
|
<RefreshCcwIcon className="text-gray-400 w-4 h-auto cursor-pointer opacity-60" />
|
||||||
<span className="text-sm shrink-0 text-gray-500 dark:text-gray-400">Refresh</span>
|
<span className="text-sm shrink-0 text-gray-500 dark:text-gray-400">Rebuild properties</span>
|
||||||
</button>
|
</button>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user