diff options
author | jomo | 2020-12-30 11:58:11 +0100 |
---|---|---|
committer | jomo | 2020-12-30 11:58:11 +0100 |
commit | 87ea7f483fa6d0abc0f89f92a24a5fac4cfc3635 (patch) | |
tree | 458ecb688ebba8322cc2bcf94949082e95320e28 /template/assemblies | |
parent | 2cce170626ed4b92cebe6af7a6b7f8ebd159108f (diff) |
fix optout label
The optout is for recording, not for streaming.
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/schedule.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/schedule.phtml b/template/assemblies/schedule.phtml index 2680a44..38d4aed 100644 --- a/template/assemblies/schedule.phtml +++ b/template/assemblies/schedule.phtml @@ -55,7 +55,7 @@ </h4> <? endif ?> <h3 title="<?=$event['title']?>"> - <?=h($event['title'])?><? if (@$event['optout']): ?><i> (no stream)</i><? endif ?> + <?=h($event['title'])?><? if (@$event['optout']): ?><i> (no recording)</i><? endif ?> </h3> <? if(! empty(trim($event['speaker']))): ?> <h5>by <?=h($event['speaker'])?></h5> |