diff --git a/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java b/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java index 01d2ca022fb71..cc37dfd7cb329 100644 --- a/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java +++ b/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java @@ -194,6 +194,9 @@ public class ZenModePanel extends LinearLayout { if (mZenButtons != null) { mZenButtons.updateLocale(); } + if (mZenIntroductionCustomize != null) { + mZenIntroductionCustomize.setText(R.string.zen_priority_customize_button); + } } private void confirmZenIntroduction() {