From 3b462769c302423efc697cdc2317bd69959cf703 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:45:30 +0100 Subject: [PATCH] Update main_menu.sh --- scripts/menus/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index 584b25f..4602d06 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -34,7 +34,7 @@ initialize_cache() { fi } - Load language from JSON file + # Load language from JSON file load_language() { if [ -f "$CONFIG_FILE" ]; then LANGUAGE=$(jq -r '.language' "$CONFIG_FILE")