From 97c60fd21794a6a0a56dc69ba8b77ab93b5d212c Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Wed, 18 Nov 2015 11:49:10 +0100 Subject: change 'cronstatus' to 'status' so that it can be used in other apps too --- settings/templates/admin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings/templates/admin.php') diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 24af4964248..0721c0e0afb 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -290,18 +290,18 @@ if ($_['cronErrors']) { $relative_time = relative_modified_date($_['lastcron']); $absolute_time = OC_Util::formatDate($_['lastcron']); if (time() - $_['lastcron'] <= 3600): ?> - + t("Last cron job execution: %s.", [$relative_time]));?> - + t("Last cron job execution: %s. Something seems wrong.", [$relative_time]));?> - + t("Cron was not executed yet!")); endif; ?>

-- cgit v1.2.3