Merge pull request #415 from miadia/patch-1

Fixes issue:#401
main
msquare 7 years ago committed by GitHub
commit ddadaada9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -299,7 +299,7 @@ function User_shift_state_render($user)
if (time() < $halfway) {
return '<span class="text-danger moment-countdown" data-timestamp="' . $nextShift['start'] . '">'
. _('Shift starts %c')
. _('Shift started %c')
. '</span>';
}

Loading…
Cancel
Save