From e0e663f9647c1b4287f146822d30ff81b98da2cb Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 27 Jul 2022 10:36:28 -0400 Subject: [PATCH] fix: agenda - rename Video Stream tooltip to Full Client with Video (#4287) --- client/agenda/AgendaScheduleList.vue | 2 +- ietf/templates/meeting/session_buttons_include.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/agenda/AgendaScheduleList.vue b/client/agenda/AgendaScheduleList.vue index 4338b150d..eeec271a5 100644 --- a/client/agenda/AgendaScheduleList.vue +++ b/client/agenda/AgendaScheduleList.vue @@ -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' diff --git a/ietf/templates/meeting/session_buttons_include.html b/ietf/templates/meeting/session_buttons_include.html index b904709d5..2a8cc846c 100644 --- a/ietf/templates/meeting/session_buttons_include.html +++ b/ietf/templates/meeting/session_buttons_include.html @@ -68,8 +68,8 @@ + aria-label="Full Client with Video" + title="Full Client with Video"> {% endif %}