diff --git a/html/modules/custom/ocha_ai_summarize/ocha_ai_summarize.module b/html/modules/custom/ocha_ai_summarize/ocha_ai_summarize.module
index 59d8e96..0b73025 100644
--- a/html/modules/custom/ocha_ai_summarize/ocha_ai_summarize.module
+++ b/html/modules/custom/ocha_ai_summarize/ocha_ai_summarize.module
@@ -1400,7 +1400,7 @@ function ocha_ai_summarize_user_insert(UserInterface $user) {
}
\Drupal::messenger()->deleteAll();
- \Drupal::messenger()->addMessage(t('Your account has been automatically approved, you can now log in.'));
+ \Drupal::messenger()->addMessage(t('Your account has been automatically approved.'));
}
/**