mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Fix #1549 : Fix wording
This commit is contained in:
@@ -395,7 +395,7 @@ class appbox extends base
|
|||||||
|
|
||||||
if (version_compare($from_version, '3.7') < 0) {
|
if (version_compare($from_version, '3.7') < 0) {
|
||||||
$upgrader->addRecommendation(_('Your install might need to re-read technical datas'), 'bin/console records:rescan-technical-datas');
|
$upgrader->addRecommendation(_('Your install might need to re-read technical datas'), 'bin/console records:rescan-technical-datas');
|
||||||
$upgrader->addRecommendation(_('Your install might need to re-read technical datas'), 'bin/console records:build-missing-subdefs');
|
$upgrader->addRecommendation(_('Your install might need to build some sub-definitions'), 'bin/console records:build-missing-subdefs');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $advices;
|
return $advices;
|
||||||
|
Reference in New Issue
Block a user