fix: agenda - rename Video Stream tooltip to Full Client with Video (#4287)
This commit is contained in:
parent
ecd0edb0e2
commit
e0e663f964
|
@ -303,7 +303,7 @@ const meetingEvents = computed(() => {
|
|||
if (item.links.videoStream) {
|
||||
links.push({
|
||||
id: `lnk-${item.id}-video`,
|
||||
label: 'Video stream',
|
||||
label: 'Full Client with Video',
|
||||
icon: 'camera-video',
|
||||
href: item.links.videoStream,
|
||||
color: 'purple'
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
<a class="btn btn-outline-primary"
|
||||
role="button"
|
||||
href="{{ timeslot.location.video_stream_url|format:session }}"
|
||||
aria-label="Video stream"
|
||||
title="Video stream">
|
||||
aria-label="Full Client with Video"
|
||||
title="Full Client with Video">
|
||||
<i class="bi bi-camera-video"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue