VC/Vidyo: Use shorter connect button title

This commit is contained in:
Adrian Moennich 2015-03-02 17:43:49 +01:00
parent 629a37939b
commit 3b81cc4fa0

View File

@ -1,2 +1,2 @@
<a class="i-button icon-play highlight" href="{{ vc_room.data.url }}"><strong>{% trans %}Start Desktop{% endtrans %}</strong></a>
<a class="i-button icon-play highlight" href="{{ vc_room.data.url }}"><strong>{% trans %}Join{% endtrans %}</strong></a>
{{ template_hook('vidyo-manage-event-buttons', event_vc_room=event_vc_room) }}