diff --git a/src/Form/UpdaterForm.php b/src/Form/UpdaterForm.php
index 45c7fe620859e03c7a4a9ac535e686e8ebf6d049..65762315ac92ed11d2c432150f6c8faa463c429c 100644
--- a/src/Form/UpdaterForm.php
+++ b/src/Form/UpdaterForm.php
@@ -83,7 +83,7 @@ class UpdaterForm extends FormBase {
    * {@inheritdoc}
    */
   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'] = [
       '#theme' => 'update_last_check',