Title: Change single message text
Last modified: June 30, 2023

---

# Change single message text

 *  Resolved [norbertk](https://wordpress.org/support/users/norbertk/)
 * (@norbertk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/change-single-message-text/)
 * I am unable to find a hook that will allow me to change the message associated
   with _um_checkmail_message. I don’t want to translate an entire language file
   as it’s just one message. 
   From register.php:` array( 'id' => '_um_checkmail_message','
   type' => 'textarea', 'label' => __( 'Personalize the custom message', 'ultimate-
   member' ), 'value' => ! empty( $role['_um_checkmail_message'] ) ? __( $role['
   _um_checkmail_message'], 'ultimate-member' ) : __('Thank you for registering.
   Before you can login we need you to activate your account by clicking the activation
   link in the email we just sent you.','ultimate-member'), 'conditional' => array('
   _um_checkmail_action', '=', 'show_message' ) ),Thank you
    -  This topic was modified 2 years, 10 months ago by [norbertk](https://wordpress.org/support/users/norbertk/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/change-single-message-text/#post-16861236)
 * [@norbertk](https://wordpress.org/support/users/norbertk/)
 * You can try using the “Say What?” plugin and use `ultimate-member` as the Text
   domain:
 * [https://wordpress.org/plugins/say-what/](https://wordpress.org/plugins/say-what/)
 *  Thread Starter [norbertk](https://wordpress.org/support/users/norbertk/)
 * (@norbertk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/change-single-message-text/#post-16861250)
 * Can I accomplish this programmatically with my custom theme?
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/change-single-message-text/#post-16861259)
 * [@norbertk](https://wordpress.org/support/users/norbertk/)
 * Have you tried to set the “Personalize the custom message” in
    UM User Roles -
   > “Edit the Registration Role”
 * after selecting “Action to be taken after registration” to “Show custom message”
 * [https://docs.ultimatemember.com/article/103-user-roles-settings#registration-options](https://docs.ultimatemember.com/article/103-user-roles-settings#registration-options)
 *  Thread Starter [norbertk](https://wordpress.org/support/users/norbertk/)
 * (@norbertk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/change-single-message-text/#post-16862309)
 * That works just as good! Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change single message text’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [norbertk](https://wordpress.org/support/users/norbertk/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/change-single-message-text/#post-16862309)
 * Status: resolved