Skip to content

Commit 628f7b1

Browse files
pritam825nibra
authored andcommitted
Privacy Content wording I agree and No (joomla#37181)
1 parent b523e67 commit 628f7b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

administrator/language/en-GB/en-GB.plg_user_terms.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ PLG_USER_TERMS_NOTE_FIELD_DEFAULT="By signing up to this web site you accept the
1515
PLG_USER_TERMS_NOTE_FIELD_DESC="A summary of the site's terms & conditions. If left blank then the default message will be used."
1616
PLG_USER_TERMS_NOTE_FIELD_LABEL="Short Terms & Conditions"
1717
PLG_USER_TERMS_OPTION_AGREE="I agree"
18+
PLG_USER_TERMS_OPTION_DO_NOT_AGREE="I do not agree"
1819
PLG_USER_TERMS_SUBJECT="Privacy Policy"
1920
PLG_USER_TERMS_XML_DESCRIPTION="Basic plugin to request user's consent to the site's terms and conditions."

plugins/user/terms/terms/terms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
required="true"
1616
>
1717
<option value="1">PLG_USER_TERMS_OPTION_AGREE</option>
18-
<option value="0">JNO</option>
18+
<option value="0">PLG_USER_TERMS_OPTION_DO_NOT_AGREE</option>
1919
</field>
2020
</fieldset>
2121
</fields>

0 commit comments

Comments
 (0)