Skip to content

Commit 3b46301

Browse files
authored
[5.4] Automated Update Quickicon language keys and icon (#45669)
* Changed icon and language keys to remove 'health' notions
1 parent ba91f96 commit 3b46301

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

administrator/language/en-GB/plg_quickicon_autoupdate.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
; License GNU General Public License version 2 or later; see LICENSE.txt
44
; Note : All ini files need to be saved as UTF-8
55

6-
PLG_QUICKICON_AUTOUPDATE="Quick Icon - Joomla! Automated Update Health Notification"
6+
PLG_QUICKICON_AUTOUPDATE="Quick Icon - Joomla! Automated Update Status Notification"
77
PLG_QUICKICON_AUTOUPDATE_CHECKING="Checking Automated Update …"
88
PLG_QUICKICON_AUTOUPDATE_DISABLED="Automated Updates are disabled."
9-
PLG_QUICKICON_AUTOUPDATE_ERROR="Unknown Health status …"
9+
PLG_QUICKICON_AUTOUPDATE_ERROR="Unknown Automated Update status …"
1010
PLG_QUICKICON_AUTOUPDATE_GROUP_DESC="The group of this plugin (this value is compared with the group value used in <strong>Quick Icons</strong> modules to inject icons)."
1111
PLG_QUICKICON_AUTOUPDATE_GROUP_LABEL="Group"
1212
PLG_QUICKICON_AUTOUPDATE_OK="Automated Updates are enabled."
1313
PLG_QUICKICON_AUTOUPDATE_OUTDATED="Automated Updates connection broken."
1414
PLG_QUICKICON_AUTOUPDATE_UNAVAILABLE="Automated Updates unavailable."
15-
PLG_QUICKICON_AUTOUPDATE_XML_DESCRIPTION="Checks the health status of automated updates and notifies you when you visit the Home Dashboard page."
15+
PLG_QUICKICON_AUTOUPDATE_XML_DESCRIPTION="Monitors the status of automated updates and notifies you when you visit the Home Dashboard page."

administrator/language/en-GB/plg_quickicon_autoupdate.sys.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
; License GNU General Public License version 2 or later; see LICENSE.txt
44
; Note : All ini files need to be saved as UTF-8
55

6-
PLG_QUICKICON_AUTOUPDATE="Quick Icon - Joomla! Automated Update Health Notification"
7-
PLG_QUICKICON_AUTOUPDATE_XML_DESCRIPTION="Checks the health status of automated updates and notifies you when you visit the Home Dashboard page."
6+
PLG_QUICKICON_AUTOUPDATE="Quick Icon - Joomla! Automated Update Status Notification"
7+
PLG_QUICKICON_AUTOUPDATE_XML_DESCRIPTION="Monitors the status of automated updates and notifies you when you visit the Home Dashboard page."

plugins/quickicon/autoupdate/src/Extension/Autoupdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function getAutoUpdateStatusNotification(QuickIconsEvent $event)
129129
$result[] = [
130130
[
131131
'link' => 'index.php?option=com_config&view=component&component=com_joomlaupdate#automated-updates',
132-
'image' => 'icon-health',
132+
'image' => 'fas fa-arrows-spin',
133133
'icon' => '',
134134
'text' => Text::_('PLG_QUICKICON_AUTOUPDATE_CHECKING'),
135135
'id' => 'plg_quickicon_autoupdate',

0 commit comments

Comments
 (0)