diff --git a/src/components/RichTextTag.tsx b/src/components/RichTextTag.tsx --- a/src/components/RichTextTag.tsx +++ b/src/components/RichTextTag.tsx @@ -148,7 +148,11 @@ { if (isMuted) { resetUpsert() @@ -161,7 +165,9 @@ } }}> - {isMuted ? _(msg`Unmute ${tag}`) : _(msg`Mute ${tag}`)} + {isMuted + ? _(msg`Unmute ${isCashtag ? tag : `#${tag}`}`) + : _(msg`Mute ${isCashtag ? tag : `#${tag}`}`)}