blob: eecf0963f8eaca202b77d56a96f4c0b8631310eb (
plain)
1
2
3
4
5
6
|
<?php
add_translation("en", array(
'registrationterms:agree' => 'I have read and agree to the <a target="_blank" href="%s">Terms of Service</a>',
'registrationterms:required' => "You must first agree to the terms",
));
|