Skip to content
Snippets Groups Projects
Commit d4dabdd0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2629748 by mpp: Typo in CronForm

parent db749777
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
public function submitForm(array &$form, FormStateInterface $form_state) {
// Run cron manually from Cron form.
if ($this->cron->run()) {
drupal_set_message(t('Cron run successfully.'));
drupal_set_message(t('Cron ran successfully.'));
}
else {
drupal_set_message(t('Cron run failed.'), 'error');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment