diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 7be2ff10..4b0c58ce 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -1146,7 +1146,9 @@ function RelatedActions({ > - Mention @{username} + + Mention @{username} + - Unmute @{username} + + Unmute @{username} + ) : ( @@ -1371,7 +1375,9 @@ function RelatedActions({ <> - Mute @{username}… + + Mute @{username}… + - Remove @{username} from followers? + + Remove @{username}{' '} + from followers? + } @@ -1474,7 +1483,9 @@ function RelatedActions({ <> - Block @{username}? + + Block @{username}? + } @@ -1521,14 +1532,18 @@ function RelatedActions({ <> - Unblock @{username} + + Unblock @{username} + ) : ( <> - Block @{username}… + + Block @{username}… + )} @@ -1543,7 +1558,9 @@ function RelatedActions({ > - Report @{username}… + + Report @{username}… + @@ -1973,7 +1990,10 @@ function PrivateNoteSheet({
- Private note about @{account?.username || account?.acct} + Private note about{' '} + + @{account?.username || account?.acct} +
diff --git a/src/components/drafts.jsx b/src/components/drafts.jsx index cd253cfa..5c6182ad 100644 --- a/src/components/drafts.jsx +++ b/src/components/drafts.jsx @@ -87,7 +87,9 @@ function Drafts({ onClose }) {