Wifi -> Wi-Fi

Amended in presentational aspects only, not in the actual code. "Wi-Fi" is the proper noun and registered trademark.
This commit is contained in:
Philip Abbey
2025-07-22 22:03:10 +01:00
parent e2722319a6
commit 9641313492
4 changed files with 11 additions and 11 deletions

View File

@ -272,12 +272,12 @@ class Settings {
}
}
//! Get the value of the WiFi/LTE toggle in settings.
//! Get the value of the Wi-Fi/LTE toggle in settings.
//!
//! @return The state of the toggle.
//
static function getWifiLteExecutionEnabled() as Lang.Boolean {
// Wifi/LTE sync execution on a cached menu
// Wi-Fi/LTE sync execution on a cached menu
if (!mCacheConfig) {
return false;
}