From: Jakob Sack Date: Sat, 28 Feb 2015 20:09:25 +0000 (+0100) Subject: Use relative time for cron status X-Git-Tag: v8.1.0alpha1~373^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e906fc4d4ea9ae09d2223077760f6efba2b2875;p=nextcloud-server.git Use relative time for cron status --- diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a82d5ee8545..1de1e2851b7 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -236,13 +236,13 @@ if ($_['suggestedOverwriteCliUrl']) {

- t("Last cron was executed at %s.", array($human_time))); + t("Last cron was executed %s.", array($human_time))); else: ?> - t("Last cron was executed at %s. This is more than an hour ago, something seems wrong.", array($human_time))); + t("Last cron was executed %s. Something seems wrong.", array($human_time))); endif; else: ?>