Merge branch 'wkuijltjes/capitalising-a-single-lowercase' into 'marietje-zuid'

Changing a single lowercase letter to uppercase

See merge request technicie/MarietjeDjango!74
This commit is contained in:
Lars van Rhijn
2023-10-11 17:28:48 +02:00

View File

@ -66,7 +66,7 @@
<td class="col-md-2 d-sm-table-cell d-none">Requested By</td>
<td class="col-md-1 text-info d-sm-table-cell d-none" style="cursor: pointer;">
<span v-if="playsIn" id="timeswitch" class="btn btn-link p-0" v-on:click="playsIn = false">Plays In</span>
<span v-else class="btn btn-link p-0" v-on:click="playsIn = true">Plays at</span>
<span v-else class="btn btn-link p-0" v-on:click="playsIn = true">Plays At</span>
</td>
<td class="col-md-1 control-icons">Control</td>
</tr>