How to modify welcome message on the login page

To change the welcome message on the login page

  1. Navigate to the following file on your Moodle installation: theme/remui/lang/en/edwiser_remui.php.
  2. In this file go to line number 369 and you will find the string: $string['welcometobrand'] = 'Hi, Welcome to {$a}';
  3. Here remove Hi, Welcome to and Save the file

Note that {$a} is responsible to add the site name to the string, so make sure you keep it as it is.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us