Skip to content

Commit

Permalink
[4.2] Missing/Incorrect Lang String
Browse files Browse the repository at this point in the history
The key used here does not have a value in any of the language files.

On closer inspection it should simply be using an existing key which is used in identical uses for plugins

Code review should be fine
  • Loading branch information
brianteeman committed Nov 23, 2022
1 parent 9cbe6cb commit 15fb02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Installer/Adapter/ModuleAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 15fb02d

Please sign in to comment.