diff --git a/src/components/status.jsx b/src/components/status.jsx
index 585655bb..2524b0c0 100644
--- a/src/components/status.jsx
+++ b/src/components/status.jsx
@@ -538,7 +538,7 @@ function Status({
confirmLabel={
<>
- Unboost?
+ {reblogged ? 'Unboost?' : 'Boost to everyone?'}
>
}
menuFooter={
@@ -1239,44 +1239,38 @@ function Status({
disabled={!canBoost}
/>
*/}
-
+
+
+
+