fix(network): correct established message grammar

This commit is contained in:
WuXie
2026-03-24 00:59:57 +08:00
parent f8affa3951
commit 9335697ef0
+1 -1
View File
@@ -235,7 +235,7 @@ wait_for_network_connection() {
if check_network_connection; then
echo
print_ok "Network connection have been established!"
print_ok "Network connection has been established!"
NETWORK_CONNECTION_ESTABLISHED="1"
return 0
fi