Skip to content

Commit

Permalink
enter
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 23, 2021
1 parent 20b18c1 commit 590f64a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/installer/override/override.php
Expand Up @@ -194,7 +194,8 @@ public function finalize($result)
if ($num != 0)
{
$url = Uri::base() . 'index.php?option=com_templates&view=templates';
$link = HTMLHelper::_('link', $url, Text::_('COM_TEMPLATES'), 'class="alert-link"'); $this->app->enqueueMessage(Text::plural('PLG_INSTALLER_OVERRIDE_N_FILE_UPDATED', $num), 'notice');
$link = HTMLHelper::_('link', $url, Text::_('COM_TEMPLATES'), 'class="alert-link"');
$this->app->enqueueMessage(Text::plural('PLG_INSTALLER_OVERRIDE_N_FILE_UPDATED', $num), 'notice');
$this->app->enqueueMessage(Text::sprintf('PLG_INSTALLER_OVERRIDE_COMPONENT_LINK', $link), 'notice');
$this->saveOverrides($result);
}
Expand Down

0 comments on commit 590f64a

Please sign in to comment.