diff --git a/libraries/src/Installer/Adapter/ModuleAdapter.php b/libraries/src/Installer/Adapter/ModuleAdapter.php index 6e02fb5c182c0..9fdf6fcfd0a15 100644 --- a/libraries/src/Installer/Adapter/ModuleAdapter.php +++ b/libraries/src/Installer/Adapter/ModuleAdapter.php @@ -560,7 +560,7 @@ protected function storeExtension() // Install failed, roll back changes throw new \RuntimeException( Text::sprintf( - 'JLIB_INSTALLER_ABORT_MOD_INSTALL_ALLREADY_EXISTS', + 'JLIB_INSTALLER_ABORT_ALREADY_EXISTS', Text::_('JLIB_INSTALLER_' . $this->route), $this->name )