From 4b3b13c849e43021eb8c30cac35b7d8451bdc2bc Mon Sep 17 00:00:00 2001 From: "Troy T. Hall" Date: Thu, 9 Jul 2020 13:15:09 -0500 Subject: [PATCH] change title icon to fa --- .../com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php index 6d0780b..cc668e9 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php @@ -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)) {