Skip to content

Commit e0e663f

Browse files
authored
fix: agenda - rename Video Stream tooltip to Full Client with Video (ietf-tools#4287)
1 parent ecd0edb commit e0e663f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/agenda/AgendaScheduleList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const meetingEvents = computed(() => {
303303
if (item.links.videoStream) {
304304
links.push({
305305
id: `lnk-${item.id}-video`,
306-
label: 'Video stream',
306+
label: 'Full Client with Video',
307307
icon: 'camera-video',
308308
href: item.links.videoStream,
309309
color: 'purple'

ietf/templates/meeting/session_buttons_include.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<a class="btn btn-outline-primary"
6969
role="button"
7070
href="{{ timeslot.location.video_stream_url|format:session }}"
71-
aria-label="Video stream"
72-
title="Video stream">
71+
aria-label="Full Client with Video"
72+
title="Full Client with Video">
7373
<i class="bi bi-camera-video"></i>
7474
</a>
7575
{% endif %}

0 commit comments

Comments
 (0)