Issue #2102469 by InternetDevels, ACF, vijaycs85: Remove drupal_set_title() in...
Issue #2102469 by InternetDevels, ACF, vijaycs85: Remove drupal_set_title() in PictureMappingFormController controller and update t() with $this->t() in .
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$description=t('Select a breakpoint group from the enabled themes.').' '.t("Warning: if you change the breakpoint group you lose all your selected mappings.");
$description=$this->t('Select a breakpoint group from the enabled themes.').' '.$this->t("Warning: if you change the breakpoint group you lose all your selected mappings.");
}
else{
$description=t('Select a breakpoint group from the enabled themes.');
$description=$this->t('Select a breakpoint group from the enabled themes.');