private function addCTAs(&$xpath)
 {
     global $wgLanguageCode;
     if ($wgLanguageCode == "en" && $this->deviceOpts['show-cta']) {
         TipsAndWarnings::injectRedesignCTAs($xpath, $this->t);
     }
 }