translate Tutor Registation Form message

  • Posted in : Efor
  • beyan
    Participant

    Hi.
    When I try to register using the Tutor form with an email account that is already registered, I get an untranslated message. I tried the Loco (plugins Tutor and Tutor Pro) but the text is nowhere to be found.
    Message text: “Sorry, that email address is already used!”

    serkan
    Moderator

    Hi,

    If you’re using WPML:

    Go to WPML → String Translation

    Search for “Sorry, that email address is already used!”

    Add the translation if found

    beyan
    Participant

    It was not found. Do you know where the string is stored so I can replace it manually?

    serkan
    Moderator

    Hi, Possible File Locations:
    Tutor LMS (Free Version)
    /wp-content/plugins/tutor/includes/register.php
    /wp-content/plugins/tutor/includes/student-registration.php
    /wp-content/plugins/tutor/includes/utils.php

    Tutor Pro (Premium)
    /wp-content/plugins/tutor-pro/includes/registration.php
    /wp-content/plugins/tutor-pro/includes/student-registration.php

    How to Find It Quickly:
    Use VS Code or Sublime Text to search the entire plugin directory for:

    "Sorry, that email address is already used!"
    

    or partial matches like:

    "email address is already used"
    

    If that fails, search for email_exists (WordPress function) or tutor_validate_email (Tutor’s custom validation).

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register