Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/plg_quickicon_eos.ini b/administrator/language/en-GB/plg_quickicon_eos.ini
index 2a47e0fe6e5bb..f48624b651afb 100644
--- a/administrator/language/en-GB/plg_quickicon_eos.ini
+++ b/administrator/language/en-GB/plg_quickicon_eos.ini
@@ -3,11 +3,11 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
-PLG_QUICKICON_EOS="Quick Icon - Joomla 4.4 End Of Support Notification"
-PLG_QUICKICON_EOS_MESSAGE_ERROR_SUPPORT_ENDED="
Support has ended for your version of Joomla 4.4. Upgrade to Joomla 5 as soon as possible.
"
+PLG_QUICKICON_EOS="Quick Icon - Joomla 4 End Of Support Notification"
+PLG_QUICKICON_EOS_MESSAGE_ERROR_SUPPORT_ENDED="
Support has ended for your version of Joomla 4. Upgrade to Joomla 5 as soon as possible.
"
PLG_QUICKICON_EOS_MESSAGE_INFO_01="
Joomla 5 has arrived! Find out all that Joomla 5 has to offer you. Check the landing page for Joomla 5 features and improvements.
"
PLG_QUICKICON_EOS_SNOOZE_BUTTON="Snooze this message for all users"
-PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla 4.4 and notifies you when visiting the Control Panel page."
+PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla 4 and notifies you when visiting the Control Panel page."
diff --git a/administrator/language/en-GB/plg_quickicon_eos.sys.ini b/administrator/language/en-GB/plg_quickicon_eos.sys.ini
index 9e3b85198e25a..3658d04c5d156 100644
--- a/administrator/language/en-GB/plg_quickicon_eos.sys.ini
+++ b/administrator/language/en-GB/plg_quickicon_eos.sys.ini
@@ -3,5 +3,5 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
-PLG_QUICKICON_EOS="Quick Icon - Joomla! End Of Support Notification"
-PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla and places a notification on the Control Panel page."
+PLG_QUICKICON_EOS="Quick Icon - Joomla 4 End Of Support Notification"
+PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla 4 and notifies you when visiting the Control Panel page."
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/41099 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/plg_quickicon_eos.ini b/administrator/language/en-GB/plg_quickicon_eos.ini index 2a47e0fe6e5bb..f48624b651afb 100644 --- a/administrator/language/en-GB/plg_quickicon_eos.ini +++ b/administrator/language/en-GB/plg_quickicon_eos.ini @@ -3,11 +3,11 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -PLG_QUICKICON_EOS="Quick Icon - Joomla 4.4 End Of Support Notification" -PLG_QUICKICON_EOS_MESSAGE_ERROR_SUPPORT_ENDED="Support has ended for your version of Joomla 4.4. Upgrade to Joomla 5 as soon as possible.
" +PLG_QUICKICON_EOS="Quick Icon - Joomla 4 End Of Support Notification" +PLG_QUICKICON_EOS_MESSAGE_ERROR_SUPPORT_ENDED="Support has ended for your version of Joomla 4. Upgrade to Joomla 5 as soon as possible.
" PLG_QUICKICON_EOS_MESSAGE_INFO_01="Joomla 5 has arrived! Find out all that Joomla 5 has to offer you. Check the landing page for Joomla 5 features and improvements.
" PLG_QUICKICON_EOS_MESSAGE_INFO_02="When is the time to upgrade to Joomla 5? Once the extensions your site needs are compatible. Learn how to use the Pre-Update Checker.
" -PLG_QUICKICON_EOS_MESSAGE_WARNING_SECURITY_ONLY="Joomla 4.4 has entered security only mode. Support ends %1$s. Start planning to upgrade to Joomla 5 today.
" -PLG_QUICKICON_EOS_MESSAGE_WARNING_SUPPORT_ENDING="Support ends on %1$s for Joomla 4.4 Upgrade to Joomla 5 as soon as possible.
" +PLG_QUICKICON_EOS_MESSAGE_WARNING_SECURITY_ONLY="Joomla 4 has entered security only mode. Support ends %1$s. Start planning to upgrade to Joomla 5 today.
" +PLG_QUICKICON_EOS_MESSAGE_WARNING_SUPPORT_ENDING="Support ends on %1$s for Joomla 4 Upgrade to Joomla 5 as soon as possible.
" PLG_QUICKICON_EOS_SNOOZE_BUTTON="Snooze this message for all users" -PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla 4.4 and notifies you when visiting the Control Panel page." +PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla 4 and notifies you when visiting the Control Panel page." diff --git a/administrator/language/en-GB/plg_quickicon_eos.sys.ini b/administrator/language/en-GB/plg_quickicon_eos.sys.ini index 9e3b85198e25a..3658d04c5d156 100644 --- a/administrator/language/en-GB/plg_quickicon_eos.sys.ini +++ b/administrator/language/en-GB/plg_quickicon_eos.sys.ini @@ -3,5 +3,5 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -PLG_QUICKICON_EOS="Quick Icon - Joomla! End Of Support Notification" -PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla and places a notification on the Control Panel page." +PLG_QUICKICON_EOS="Quick Icon - Joomla 4 End Of Support Notification" +PLG_QUICKICON_EOS_XML_DESCRIPTION="Checks for the end of support status of Joomla 4 and notifies you when visiting the Control Panel page." ```