Add a locale.php file into your config folder and add (use a regular bracket open instead of the star in front of the ?php, changed it here cause the forum blocks me otherwise):
*?php if (!defined('APPLICATION')) exit();
$Definition['TermsOfService'] = 'Terms of Service';
$Definition['TermsOfServiceText'] = 'ToS Text';
VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Comments
Add a locale.php file into your config folder and add (use a regular bracket open instead of the star in front of the ?php, changed it here cause the forum blocks me otherwise):
Excellent, that's did the job. :)