Skip to content

Commit 0616e43

Browse files
committed
fix language string case message for old sts settings
1 parent a9e1b6c commit 0616e43

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_joomlaupdate/views/default

1 file changed

+1
-1
lines changed

administrator/components/com_joomlaupdate/views/default/view.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public function display($tpl = null)
135135
switch ($params->get('updatesource', 'default'))
136136
{
137137
// "Minor & Patch Release for Current version AND Next Major Release".
138-
case 'sts':
139138
case 'next':
140139
$this->langKey = 'COM_JOOMLAUPDATE_VIEW_DEFAULT_UPDATES_INFO_NEXT';
141140
$this->updateSourceKey = JText::_('COM_JOOMLAUPDATE_CONFIG_UPDATESOURCE_NEXT');
@@ -158,6 +157,7 @@ public function display($tpl = null)
158157
* The commented "case" below are for documenting where 'default' and legacy options falls
159158
* case 'default':
160159
* case 'lts':
160+
* case 'sts':
161161
* case 'nochange':
162162
*/
163163
default:

0 commit comments

Comments
 (0)