Skip to content

Commit

Permalink
fix: undefined text of the trash button tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
GulomovCreative committed Aug 16, 2024
1 parent dcfd0a8 commit bc83914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Revolution/modManagerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public function prepareLanguage()
{
$this->modx->lexicon->load('action');
$languageTopics = $this->getLanguageTopics();
$languageTopics[] = 'trash';
foreach ($languageTopics as $topic) {
$this->modx->lexicon->load($topic);
}
Expand Down

0 comments on commit bc83914

Please sign in to comment.