For self-hosted users, you need to edit this file:
/app/constants.inc.php
Look for the following code:
/**
* When click redirect requires javascript or meta refresh the following language is used
* REDIRECT_WORDING_TEXT <a href="">REDIRECT_LINK_TEXT</a>
*/
defined('REDIRECT_WORDING_TEXT') || define('REDIRECT_WORDING_TEXT', 'You are being automatically redirected.');
defined('REDIRECT_LINK_TEXT') || define('REDIRECT_LINK_TEXT', 'Or click here to continue.');
Simply edit the wording text and link text to whatever you desire.
For cloud users, just submit a support request and let us know what you want the text to be updated to.
Comments
0 comments
Please sign in to leave a comment.