Merge pull request #415 from miadia/patch-1

Fixes issue:#401
This commit is contained in:
msquare 2018-01-01 18:54:40 +01:00 committed by GitHub
commit ddadaada9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>';
}