Merge "Fix: the label "customize" is not updated after changing language"
diff --git a/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java b/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java
index 01d2ca0..cc37dfd 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 @@
         if (mZenButtons != null) {
             mZenButtons.updateLocale();
         }
+        if (mZenIntroductionCustomize != null) {
+            mZenIntroductionCustomize.setText(R.string.zen_priority_customize_button);
+        }
     }
 
     private void confirmZenIntroduction() {