Change the wording from "Stop casting" to "Stop"

-The string is freezed. Reuse current "Stop" string

Bug: 153705889
Test: make -j42 RunSettingsRoboTests
Change-Id: I39184dcbfda5937677ab171a66ad5dcbbb8e6b68
This commit is contained in:
Tim Peng
2020-04-21 10:22:15 +08:00
parent 09600dd8cc
commit 4fe1de57a5

View File

@@ -167,7 +167,7 @@ public class MediaOutputPanel implements PanelContent, LocalMediaManager.DeviceC
@Override @Override
public CharSequence getCustomizedButtonTitle() { public CharSequence getCustomizedButtonTitle() {
return mContext.getText(R.string.media_output_panel_stop_casting_button); return mContext.getText(R.string.service_stop);
} }
@Override @Override