Change "More details" to "Learn more" in policy transparency dialog.
Screenshot: https://screenshot.googleplex.com/5xrwW3g29qa.png Bug: 77618738 Test: none Change-Id: I464f492cd6b1468b85b5a691c29ae7a982ecebff
This commit is contained in:
@@ -92,7 +92,7 @@ public class WifiScanningRequiredFragment extends InstrumentedDialogFragment imp
|
||||
void addButtonIfNeeded(AlertDialog.Builder builder) {
|
||||
// Only show "learn more" if there is a help page to show
|
||||
if (!TextUtils.isEmpty(getContext().getString(R.string.help_uri_wifi_scanning_required))) {
|
||||
builder.setNeutralButton(R.string.do_disclosure_learn_more, this);
|
||||
builder.setNeutralButton(R.string.learn_more, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user