mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: localization improvements (#3213)
* localization improvements * typo fix * fix linting error
This commit is contained in:
@ -97,7 +97,7 @@ const MemoActionMenu = (props: Props) => {
|
||||
dialogName: "delete-memo-dialog",
|
||||
onConfirm: async () => {
|
||||
await memoStore.deleteMemo(memo.name);
|
||||
toast.success("Deleted successfully");
|
||||
toast.success(t("message.deleted-successfully"));
|
||||
if (isInMemoDetailPage) {
|
||||
navigateTo("/");
|
||||
}
|
||||
|
Reference in New Issue
Block a user