From b966fe1efe2769825f23914cc83aeda6eae9a44b Mon Sep 17 00:00:00 2001 From: Boy132 Date: Thu, 4 Sep 2025 14:11:24 +0200 Subject: [PATCH] update translations --- lang/en/admin/egg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/admin/egg.php b/lang/en/admin/egg.php index ba1432ae5..a5d9dc394 100644 --- a/lang/en/admin/egg.php +++ b/lang/en/admin/egg.php @@ -38,9 +38,9 @@ return [ 'description' => 'Description', 'description_help' => 'A description of this Egg that will be displayed throughout the Panel as needed.', 'add_startup' => 'Add Startup Command', - 'startup_command' => 'Startup Command', + 'startup_command' => 'Command', 'startup_commands' => 'Startup Commands', - 'startup_name' => 'Startup Name', + 'startup_name' => 'Display Name', 'startup_help' => 'The startup commands available to servers using this Egg. The first one is the default.', 'file_denylist' => 'File Denylist', 'file_denylist_help' => 'A list of files that the end user is not allowed to edit.',