Issue #3188654 by kuldeep_mehra27, quietone, ravi.shankar, theking2, adalbertov, catch: Link to translations is incorrect

merge-requests/484/head
Alex Pott 2021-03-28 10:36:36 +01:00
parent cb7433988b
commit 083e3ced3f
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class SelectLanguageForm extends FormBase {
'#type' => 'item',
// #markup is XSS admin filtered which ensures unsafe protocols will be
// removed from the url.
'#markup' => '<p>Translations will be downloaded from the <a href="http://localize.drupal.org">Drupal Translation website</a>. If you do not want this, select <a href="' . $link_to_english . '">English</a>.</p>',
'#markup' => '<p>Translations will be downloaded from the <a href="https://localize.drupal.org/download">Drupal Translation website</a>. If you do not want this, select <a href="' . $link_to_english . '">English</a>.</p>',
'#states' => [
'invisible' => [
'select[name="langcode"]' => ['value' => 'en'],