Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

People.php Sign In Button - language change

edited December 2008 in Vanilla 1.0 Help
Searched all over and cannot find in this forum, or my vanilla files where i can change the words 'proceed' to 'Come On In'. Any pointers would be most welcomed :)

Comments

  • Options
    Add this to your conf/language.php file:$Context->Dictionary['Proceed'] = 'Come on in!';
    Changing this definition will modify the following pages: Sign In form, Password Reset form, and Apply form.
  • Options
    Thanks SirLanceLot~!
This discussion has been closed.