Skip to content

Commit

Permalink
Merge 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 authored Jan 29, 2018
2 parents a15ec34 + 35b3c02 commit 9e4ce76
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 9e4ce76

Please sign in to comment.