mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 03:19:00 +00:00
change title icon to fa
This commit is contained in:
parent
4834319f29
commit
4b3b13c849
@ -125,7 +125,7 @@ class PullsHtmlView extends DefaultHtmlView
|
||||
*/
|
||||
protected function addToolbar(): void
|
||||
{
|
||||
ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester icon-apply');
|
||||
ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester fas fa-save');
|
||||
|
||||
if (!count($this->envErrors))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user