From 89c7d3f45f440ee4468287924af47ce8188b6a8e Mon Sep 17 00:00:00 2001 From: Roland Dalmulder Date: Fri, 20 Mar 2020 21:03:37 +0100 Subject: [PATCH] Use language string for modal title #254 --- .../com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php index 6b5e572..bcb1206 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php @@ -8,7 +8,6 @@ namespace PatchTester\View\Pulls; -use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Pagination\Pagination; use Joomla\CMS\Toolbar\Toolbar; @@ -142,7 +141,7 @@ class PullsHtmlView extends DefaultHtmlView 0, 0, 'window.parent.location.reload()', - 'COM_PATCHTESTER_HEADING_FETCH_DATA' + Text::_('COM_PATCHTESTER_HEADING_FETCH_DATA') ); // Add a reset button.