Skip to content

Commit

Permalink
[TASK] Update composer mode warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuRamavat07 committed Apr 26, 2024
1 parent 22353c2 commit 6dd2946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/Controller/nsextcompatibilityController.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function listAction()
}
$lastUpdateTime = $lastUpdate->format('Y-m-d');
if (date('Y-m-d', $currentTime) > $lastUpdateTime) {
$this->addFlashMessage($this->translate('warning.TERUpdateText', ['date' => $lastUpdateTime]), $this->translate('warning.TERUpdateHeadline'), \TYPO3\CMS\Core\Messaging\AbstractMessage::WARNING);
$this->addFlashMessage($this->translate($asPerMode, ['date' => $lastUpdateTime]), $this->translate('warning.TERUpdateHeadline'), \TYPO3\CMS\Core\Messaging\AbstractMessage::WARNING);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
<source>Comp. 12.x</source>
</trans-unit>
<trans-unit id="warning.TERUpdateTextComposer">
<source>Please kindly update your extension table using Composer, Because your last updated date is %s</source>
<source>Please update your extension table using Schedule task: Update extension list (extensionmanager), because your last update date is %s</source>
</trans-unit>
</body>
</file>
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '6.0.0',
'version' => '6.0.1',
'constraints' => [
'depends' => [
'typo3' => '4.5.0-11.9.99',
Expand Down

0 comments on commit 6dd2946

Please sign in to comment.