Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/en-GB.plg_user_terms.ini b/administrator/language/en-GB/en-GB.plg_user_terms.ini
index 06ec98367d6a..f5d9b42a3d4a 100644
--- a/administrator/language/en-GB/en-GB.plg_user_terms.ini
+++ b/administrator/language/en-GB/en-GB.plg_user_terms.ini
@@ -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."
diff --git a/plugins/user/terms/terms/terms.xml b/plugins/user/terms/terms/terms.xml
index 4a6da336c514..05d33094c7e1 100644
--- a/plugins/user/terms/terms/terms.xml
+++ b/plugins/user/terms/terms/terms.xml
@@ -15,7 +15,7 @@
required="true"
>
-
+
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/37181 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/en-GB.plg_user_terms.ini b/administrator/language/en-GB/en-GB.plg_user_terms.ini index 06ec98367d6a..f5d9b42a3d4a 100644 --- a/administrator/language/en-GB/en-GB.plg_user_terms.ini +++ b/administrator/language/en-GB/en-GB.plg_user_terms.ini @@ -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." diff --git a/plugins/user/terms/terms/terms.xml b/plugins/user/terms/terms/terms.xml index 4a6da336c514..05d33094c7e1 100644 --- a/plugins/user/terms/terms/terms.xml +++ b/plugins/user/terms/terms/terms.xml @@ -15,7 +15,7 @@ required="true" > - + ```