From a32361fc5a7523f469fa7b777dc49c4cea320674 Mon Sep 17 00:00:00 2001 From: lucashedding <lucashedding@1463982.no-reply.drupal.org> Date: Fri, 6 Dec 2019 13:26:04 -0600 Subject: [PATCH] Issue #3099321 by heddn, ressa: Remove module settings form copy about running database updates, Follow-up to #3093993 --- src/Form/SettingsForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 025d52c5e1..9132e5ecec 100644 --- a/src/Form/SettingsForm.php +++ b/src/Form/SettingsForm.php @@ -181,7 +181,7 @@ class SettingsForm extends ConfigFormBase { } $form['experimental']['update'] = [ - '#prefix' => 'Database updates are <strong>not</strong> run after an update. This module does not have a stable release and it is recommended to not use these features on a live website. Use at your own risk.', + '#prefix' => 'This module does not have a stable release and it is recommended to not use these features on a live website. Use at your own risk.', '#type' => 'html_tag', '#tag' => 'p', '#value' => $update_text, -- GitLab