From c83771ed6234285d05f776218ad53a47df09510c Mon Sep 17 00:00:00 2001 From: mia Date: Mon, 1 Jan 2018 16:55:59 +0000 Subject: Fixes #401 Display "shift started" instead of "shift starts" when shift has already started. --- includes/view/User_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view/User_view.php') diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 745bc6d5..2f53e641 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -299,7 +299,7 @@ function User_shift_state_render($user) if (time() < $halfway) { return '' - . _('Shift starts %c') + . _('Shift started %c') . ''; } -- cgit v1.2.3