Skip to content
Snippets Groups Projects
Commit 7cc3b99c authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3238586 by tedbow: Remove :skull: from form warning

parent 650ea874
No related branches found
No related tags found
Loading
...@@ -83,7 +83,7 @@ class UpdaterForm extends FormBase { ...@@ -83,7 +83,7 @@ class UpdaterForm extends FormBase {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function buildForm(array $form, FormStateInterface $form_state) { public function buildForm(array $form, FormStateInterface $form_state) {
$this->messenger()->addWarning($this->t('This is an experimental updater using Composer. Use at your own risk 💀')); $this->messenger()->addWarning($this->t('This is an experimental Automatic Updater using Composer. Use at your own risk.'));
$form['last_check'] = [ $form['last_check'] = [
'#theme' => 'update_last_check', '#theme' => 'update_last_check',
......
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