diff options
-rw-r--r-- | settings/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index ea91fca499e..b7ea77a993b 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -241,12 +241,12 @@ if ($_['suggestedOverwriteCliUrl']) { if (time() - $_['lastcron'] <= 3600): ?> <span class="cronstatus success"></span> <span class="crondate" original-title="<?php p($absolute_time);?>"> - <?php p($l->t("Last cron was executed %s.", array($relative_time)));?> + <?php p($l->t("Last cron job execution: %s.", array($relative_time)));?> </span> <?php else: ?> <span class="cronstatus error"></span> <span class="crondate" original-title="<?php p($absolute_time);?>"> - <?php p($l->t("Last cron was executed %s. Something seems wrong.", array($relative_time)));?> + <?php p($l->t("Last cron job execution: %s. Something seems wrong.", array($relative_time)));?> </span> <?php endif; else: ?> |