fix(nix-monitor): change notification messages

This commit is contained in:
avivbintangaringga
2026-07-16 18:19:32 +07:00
parent 486b106d2e
commit 85431f2ed1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
id = "avivbintangaringga/nix-monitor"
name = "Nix Monitor"
version = "1.1.0"
version = "1.1.1"
min_noctalia = "5.0.0"
icon = "package"
author = "avivbintangaringga"
+3 -3
View File
@@ -3,9 +3,9 @@
"bar.update_available": "Update available!",
"bar.up_to_date": "Up to date",
"bar.unknown": "Unknown",
"notification.checking_update": "Checking update...",
"notification.update_is_available": "Update is available!",
"notification.update_check_completed": "Update check completed!",
"notification.checking_update": "Checking NixOS update...",
"notification.update_is_available": "NixOS update is available!",
"notification.update_check_completed": "NixOS update check completed!",
"notification.update_command_is_empty": "Update command is empty!",
"notification.clean_command_is_empty": "Clean command is empty!",
"panel.title": "Nix Monitor",