Merge "[Provider Model] UI wording change" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-02-19 04:12:32 +00:00
committed by Android (Google) Code Review
3 changed files with 4 additions and 6 deletions

View File

@@ -257,7 +257,7 @@ public class ProviderModelSlice extends WifiSlice {
}
return rowBuilder
.setTitle(mContext.getText(R.string.ethernet))
.setSubtitle(mContext.getText(R.string.cannot_switch_networks_while_connected));
.setSubtitle(mContext.getText(R.string.to_switch_networks_disconnect_ethernet));
}
/**