Skip to content
Snippets Groups Projects
Commit a32361fc authored by Lucas Hedding's avatar Lucas Hedding Committed by Lucas Hedding
Browse files

Issue #3099321 by heddn, ressa: Remove module settings form copy about running...

Issue #3099321 by heddn, ressa: Remove module settings form copy about running database updates, Follow-up to #3093993
parent 9e3639a6
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ class SettingsForm extends ConfigFormBase { ...@@ -181,7 +181,7 @@ class SettingsForm extends ConfigFormBase {
} }
$form['experimental']['update'] = [ $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', '#type' => 'html_tag',
'#tag' => 'p', '#tag' => 'p',
'#value' => $update_text, '#value' => $update_text,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment