From 971d4bc0baeae0b3ecb3c826fb1dc6bb7c6520eb Mon Sep 17 00:00:00 2001 From: avivbintangaringga Date: Wed, 15 Jul 2026 10:08:26 +0700 Subject: [PATCH] fix(nix-monitor): fix translation --- nix-monitor/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-monitor/translations/en.json b/nix-monitor/translations/en.json index eb9c456..869f11f 100644 --- a/nix-monitor/translations/en.json +++ b/nix-monitor/translations/en.json @@ -39,9 +39,9 @@ "setting.system_stats_check_interval.label": "System stats check interval", "setting.system_stats_check_interval.description": "How often to check for system stats (in minutes)", "setting.checking_notification.label": "Show checking update notification", - "setting.checking_notification.description": "Wether to show a notification whenever checking is in progress", + "setting.checking_notification.description": "Whether to show a notification whenever checking is in progress", "setting.show_update_notification.label": "Show update notification", - "setting.show_update_notification.description": "Wether to show a notification whenever update is available", + "setting.show_update_notification.description": "Whether to show a notification whenever update is available", "setting.branch.label": "Branch", "setting.branch.description": "Which nixpkgs branch to use", "setting.update_command.label": "Update command",