Skip to content
Snippets Groups Projects
Commit ada54fe7 authored by Nolan Darilek's avatar Nolan Darilek
Browse files

Fix confusing text labels on video/audio call buttons.

parent 86a2f2ff
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@
{{#if videoAvaliable}}
{{#unless videoActive}}
{{#if callInProgress}}
<button class="join-video-call button secondary"><i class="icon-videocam"></i>{{_ "Join"}}</button>
<button class="join-audio-call button secondary"><i class="icon-phone"></i>{{_ "Join"}}</button>
<button class="join-video-call button secondary"><i class="icon-videocam"></i>{{_ "Video"}}</button>
<button class="join-audio-call button secondary"><i class="icon-phone"></i>{{_ "Audio"}}</button>
{{else}}
<button class="start-video-call button"><i class="icon-videocam"></i>{{_ "Start"}}</button>
<button class="start-audio-call button"><i class="icon-phone"></i></button>
<button class="start-video-call button"><i class="icon-videocam"></i>{{_ "Video_Chat"}}</button>
<button class="start-audio-call button"><i class="icon-phone"></i>{{_ "Audio_Chat"}}</button>
{{/if}}
{{/unless}}
{{/if}}
......
{
"Audio" : "Audio",
"Audio_Chat" : "Audio Chat",
"Video" : "Video",
"Video_Chat" : "Video Chat",
"Remote" : "Remote",
"Setup" : "Setup",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment