diff --git a/resources/scripts/components/server/console/PowerButtons.tsx b/resources/scripts/components/server/console/PowerButtons.tsx
index 5139f3b01..3969bdca0 100644
--- a/resources/scripts/components/server/console/PowerButtons.tsx
+++ b/resources/scripts/components/server/console/PowerButtons.tsx
@@ -49,13 +49,13 @@ export default ({ className }: PowerButtonProps) => {
Forcibly stopping a server can lead to data corruption.
-
Start
-
+
@@ -66,9 +66,18 @@ export default ({ className }: PowerButtonProps) => {
- {killable ? 'Kill' : 'Stop'}
+ {killable ? 'Stop' : 'Stop'}
+
+
+
+
+ {killable ? 'Kill' : 'Kill'}