From 0f435b0294b843be9f3dd2aef8617397c7ff1d80 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Thu, 4 Sep 2025 15:39:29 +0200 Subject: [PATCH] add missing translation --- lang/en/server/startup.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/server/startup.php b/lang/en/server/startup.php index 030ffc738..e70858014 100644 --- a/lang/en/server/startup.php +++ b/lang/en/server/startup.php @@ -3,6 +3,8 @@ return [ 'title' => 'Startup', 'command' => 'Startup Command', + 'notification_startup' => 'Startup Command Updated', + 'notification_startup_body' => 'Restart the server to use the new startup command.', 'preview' => 'Preview', 'docker_image' => 'Docker Image', 'notification_docker' => 'Docker Image Updated',