Commit 9a59722f authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3260909 by Liam Morland, Gábor Hojtsy: Link to change record about invalid permissions

parent 6ee3eeec
Loading
Loading
Loading
Loading
+1 −1
Changes for src/Form/UpgradeStatusForm.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -832,7 +832,7 @@ MARKUP
        'data' => [
          'requirement' => [
            'class' => 'requirement-label',
            'data' => $this->t('Invalid permissions will trigger runtime exceptions in Drupal 10. Permissions should be defined in a permissions.yml file or a permission callback. See https://www.drupal.org/node/3193348'),
            'data' => $this->t('<a href=":url">Invalid permissions will trigger runtime exceptions in Drupal 10.</a> Permissions should be defined in a permissions.yml file or a permission callback.', [':url' => 'https://www.drupal.org/node/3193348']),
          ],
          'status' => [
            'data' => join(' ', $requirement),