]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
10-system.menu: Add missing comma
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 4 Jul 2025 18:40:09 +0000 (20:40 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 4 Jul 2025 18:40:09 +0000 (20:40 +0200)
Fix missing comma, which resulted in a non displayed menu.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/menu/10-system.menu

index 9c37591cd0c09271fe2c78775fb42d142f2c93ab..9e2812cfa09e8db5aef1c11e1424a3f41d699af4 100644 (file)
@@ -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'} = {