fix: agenda - rename Video Stream tooltip to Full Client with Video (#4287)

This commit is contained in:
Nicolas Giard 2022-07-27 10:36:28 -04:00 committed by GitHub
parent ecd0edb0e2
commit e0e663f964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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 %}