Merge "[Wi-Fi] Update "Factory MAC" to "Device MAC" in strings."

This commit is contained in:
Goven Liu
2019-10-23 10:16:44 +00:00
committed by Android (Google) Code Review
4 changed files with 11 additions and 12 deletions

View File

@@ -1161,7 +1161,7 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
(mWifiConfig.macRandomizationSetting
== WifiConfiguration.RANDOMIZATION_PERSISTENT)
? R.string.wifi_advanced_randomized_mac_address_title
: R.string.wifi_advanced_factory_mac_address_title);
: R.string.wifi_advanced_device_mac_address_title);
}
}