aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorjomo2020-12-30 11:58:11 +0100
committerjomo2020-12-30 11:58:11 +0100
commit87ea7f483fa6d0abc0f89f92a24a5fac4cfc3635 (patch)
tree458ecb688ebba8322cc2bcf94949082e95320e28 /template
parent2cce170626ed4b92cebe6af7a6b7f8ebd159108f (diff)
fix optout label
The optout is for recording, not for streaming.
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/schedule.phtml2
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&nbsp;<?=h($event['speaker'])?></h5>