Issue #3498524: Removed the unwanted text.
Closes #3498524
Merge request reports
Activity
31 27 $distroUpdateLink = Link::fromTextAndUrl(t('Distribution Update'), $distroUpdateUrl)->toString(); 32 28 33 29 $output .= '<p>' . t('If using the UI, navigate to Configuration > 34 30 Development > !distroUpdateLink (/admin/config/development/distro). Review and run updates', ['!distroUpdateLink' => $distroUpdateLink]) . '</p>'; changed this line in version 2 of the diff
31 27 $distroUpdateLink = Link::fromTextAndUrl(t('Distribution Update'), $distroUpdateUrl)->toString(); 32 28 33 29 $output .= '<p>' . t('If using the UI, navigate to Configuration > 34 30 Development > !distroUpdateLink (/admin/config/development/distro). Review and run updates', ['!distroUpdateLink' => $distroUpdateLink]) . '</p>'; changed this line in version 2 of the diff
Please register or sign in to reply