diff --git a/esoui/ingame/championperks/championperks.xml b/esoui/ingame/championperks/championperks.xml
index e29e4c3..c7e7101 100755
--- a/esoui/ingame/championperks/championperks.xml
+++ b/esoui/ingame/championperks/championperks.xml
@@ -385,6 +385,18 @@
                         <Texture name="$(parent)CenterInfoBG" textureFile="EsoUI\Art\Champion\champion_center_bg.dds" alpha="0.4" tier="LOW"/>
                     </Controls>
                 </Control>
+                <Control name ="$(parent)InactiveAlert" resizeToFitDescendents="true" tier="HIGH" level="ZO_HIGH_TIER_ALERT_TEXT">
+                    <Anchor point="TOPLEFT" relativeTo="GuiRoot"/>
+                    <OnInitialized>
+                        self.messageLabel = self:GetNamedChild("Message")
+                    </OnInitialized>
+                    <Controls>
+                        <Label name ="$(parent)Message">
+                            <Anchor point="TOPLEFT"/>
+                            <DimensionConstraints maxX="550" />
+                        </Label>
+                    </Controls>
+                </Control>
             </Controls>
         </TopLevelControl>
     </Controls>