Unverified Commit 9169b3f2 authored by boojack's avatar boojack Committed by GitHub

chore: update tip text for empty tag list (#872)

parent b6f7a85a
......@@ -496,8 +496,8 @@ const MemoEditor = () => {
);
})
) : (
<p className="tip-text" onClick={(e) => e.stopPropagation()}>
{t("common.null")}
<p className="tip-text italic" onClick={(e) => e.stopPropagation()}>
No tags found
</p>
)}
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment