diff --git a/packages/SystemUI/src/com/android/systemui/volume/ZenFooter.java b/packages/SystemUI/src/com/android/systemui/volume/ZenFooter.java index af7ee0856cb67..9f7e8ecf1cb3c 100644 --- a/packages/SystemUI/src/com/android/systemui/volume/ZenFooter.java +++ b/packages/SystemUI/src/com/android/systemui/volume/ZenFooter.java @@ -140,6 +140,7 @@ public class ZenFooter extends LinearLayout { public void onConfigurationChanged() { mSpTexts.update(); + Util.setText(mEndNowButton, mContext.getString(R.string.volume_zen_end_now)); } }