diff --git a/WordPress/src/main/java/org/wordpress/android/ui/prefs/AppSettingsFragment.java b/WordPress/src/main/java/org/wordpress/android/ui/prefs/AppSettingsFragment.java index 037c9567e951..2bc319f1c6c2 100644 --- a/WordPress/src/main/java/org/wordpress/android/ui/prefs/AppSettingsFragment.java +++ b/WordPress/src/main/java/org/wordpress/android/ui/prefs/AppSettingsFragment.java @@ -597,7 +597,7 @@ private boolean handleFeatureAnnouncementClick() { } private boolean handleAppLocalePickerClick() { - // if the device is on API 33+, take the user to the system app settings to change the language + // if the device is on API 33+, take the user to the system app settings to change the language if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { mPerAppLocaleManager.openAppLanguageSettings(getContext()); return true;