From: Stefan Schantl Date: Fri, 4 Jul 2025 18:40:09 +0000 (+0200) Subject: 10-system.menu: Add missing comma X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06461eb947ce19bb1ea399ea96feb8b970202222;p=people%2Fstevee%2Fipfire-2.x.git 10-system.menu: Add missing comma Fix missing comma, which resulted in a non displayed menu. Signed-off-by: Stefan Schantl --- diff --git a/config/menu/10-system.menu b/config/menu/10-system.menu index 9c37591cd..9e2812cfa 100644 --- a/config/menu/10-system.menu +++ b/config/menu/10-system.menu @@ -42,7 +42,7 @@ $subsystem->{'60.snapshots'} = { 'caption' => $Lang::tr{'snapshots'}, 'uri' => '/cgi-bin/snapshots.cgi', - 'title' => "$Lang::tr{'snapshots'}" + 'title' => "$Lang::tr{'snapshots'}", 'enabled' => (`stat -f --format="%T" / | grep btrfs` ? 1 : 0), }; $subsystem->{'70.fireinfo'} = {