diff --git a/app/templates/views/broadcast/dashboard.html b/app/templates/views/broadcast/dashboard.html index 7a5267489..24d78a94b 100644 --- a/app/templates/views/broadcast/dashboard.html +++ b/app/templates/views/broadcast/dashboard.html @@ -30,11 +30,11 @@ Stop broadcasting

{% elif item.status == 'cancelled' %} -

+

Stopped {{ item.cancelled_at|format_datetime_relative }}

{% else %} -

+

Finished {{ item.finishes_at|format_datetime_relative }}

{% endif %}