Skip to content

Commit fb9d83f

Browse files
brianteemanQuyTon
andauthored
[4.3] Fix error from #39537 [a11y] (#40323)
You can't have two buttons with the same text that do different things. I am assuming that this change was made in error by @wilsonge in #39537 ### Joomla 4.29 ### Joomla 4.3 before this PR ### Joomla 4.3 after this PR Co-authored-by: Quy <[email protected]>
1 parent 83079a6 commit fb9d83f

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_installer/src/View/Update

1 file changed

+1
-1
lines changed

administrator/components/com_installer/src/View/Update/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected function addToolbar()
128128
->icon('icon-upload');
129129
}
130130

131-
$toolbar->standardButton('search', 'COM_INSTALLER_TOOLBAR_UPDATE', 'update.find')
131+
$toolbar->standardButton('search', 'COM_INSTALLER_TOOLBAR_FIND_UPDATES', 'update.find')
132132
->listCheck(false)
133133
->icon('icon-refresh');
134134

0 commit comments

Comments
 (0)