Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions administrator/language/en-GB/en-GB.plg_user_terms.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ PLG_USER_TERMS_NOTE_FIELD_DEFAULT="By signing up to this web site you accept the
PLG_USER_TERMS_NOTE_FIELD_DESC="A summary of the site's terms & conditions. If left blank then the default message will be used."
PLG_USER_TERMS_NOTE_FIELD_LABEL="Short Terms & Conditions"
PLG_USER_TERMS_OPTION_AGREE="I agree"
PLG_USER_TERMS_OPTION_DO_NOT_AGREE="I do not agree"
PLG_USER_TERMS_SUBJECT="Privacy Policy"
PLG_USER_TERMS_XML_DESCRIPTION="Basic plugin to request user's consent to the site's terms and conditions."
2 changes: 1 addition & 1 deletion plugins/user/terms/terms/terms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
required="true"
>
<option value="1">PLG_USER_TERMS_OPTION_AGREE</option>
<option value="0">JNO</option>
<option value="0">PLG_USER_TERMS_OPTION_DO_NOT_AGREE</option>
</field>
</fieldset>
</fields>
Expand Down