From 9169b3f2cd9d11feb886587db8c06e76bdfdc71c Mon Sep 17 00:00:00 2001 From: boojack Date: Thu, 29 Dec 2022 09:14:24 +0800 Subject: [PATCH] chore: update tip text for empty tag list (#872) --- web/src/components/MemoEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/MemoEditor.tsx b/web/src/components/MemoEditor.tsx index ceabeb58..77056664 100644 --- a/web/src/components/MemoEditor.tsx +++ b/web/src/components/MemoEditor.tsx @@ -496,8 +496,8 @@ const MemoEditor = () => { ); }) ) : ( -

e.stopPropagation()}> - {t("common.null")} +

e.stopPropagation()}> + No tags found

)}