diff --git a/npm_install.py b/npm_install.py index 0eefdcd..104b627 100644 --- a/npm_install.py +++ b/npm_install.py @@ -714,7 +714,7 @@ def print_summary(info, ipv6_enabled, dark_enabled, update_mode): print(f"Yarn: v{yarn_v}") print(f"NPM (aplikacja): v{npm_v}") print(f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in confogs too)'}") - print(f"Dark mode (TP): {'TAK' if dark_enabled else 'NIE'}") + print(f"Dark mode (TP): {'YES' if dark_enabled else 'NO'}") print("Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)") print("Services: systemctl status angie.service / npm.service") print("Default login: Email: admin@example.com Password: changeme")