Skip to content

Commit

Permalink
⏫ Forwardport of #13050 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/13050.patch (created by @robbie-thompson) based on commit(s):
  1. be39ce9
  • Loading branch information
magento-engcom-team committed Jan 24, 2018
1 parent 8e77e2f commit 35b3c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Indexer/Model/Message/Invalid.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getText()
return __(
'One or more <a href="%1">indexers are invalid</a>. Make sure your <a href="%2" target="_blank">Magento cron job</a> is running.',
$url,
'http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html#config-cli-cron-bkg'
'http://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html#create-or-remove-the-magento-crontab'
);
//@codingStandardsIgnoreEnd
}
Expand Down

0 comments on commit 35b3c02

Please sign in to comment.