chore: update i18n structures

This commit is contained in:
Steven
2022-09-16 21:25:39 +08:00
parent 811f3340e9
commit 1591fdf61c
14 changed files with 69 additions and 64 deletions

View File

@ -97,7 +97,7 @@ const MemoCardDialog: React.FC<Props> = (props: Props) => {
setLinkedMemos([]);
setMemo(nextMemo);
} else {
toastHelper.error(t("common.memo-not-found"));
toastHelper.error(t("message.memo-not-found"));
targetEl.classList.remove("memo-link-text");
}
}