chore: update i18n (#215)

This commit is contained in:
ChasLui
2022-09-15 06:53:51 +08:00
committed by GitHub
parent 54db6eda04
commit 7e8d1128f8
15 changed files with 109 additions and 43 deletions

View File

@ -105,7 +105,7 @@ const Memo: React.FC<Props> = (props: Props) => {
if (memoTemp) {
showMemoCardDialog(memoTemp);
} else {
toastHelper.error("Memo Not Found");
toastHelper.error(t("common.memo-not-found"));
targetEl.classList.remove("memo-link-text");
}
} else if (targetEl.className === "tag-span") {