Skip to content

Commit

Permalink
Fix duplicate quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Oct 28, 2024
1 parent 4226013 commit ddc8c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vc_zoom/indico_vc_zoom/templates/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
href="{{ vc_room.data.url }}"
target="_blank"
icon="play"
caption="{% trans %}Join{% endtrans %}""
caption="{% trans %}Join{% endtrans %}"
{% elif event_vc_room.data.password_visibility == 'no_one' %}
classes="orange {{ extra_classes }}"
description="{% trans %}You will need a passcode to join this Zoom meeting{% endtrans %}"
Expand Down Expand Up @@ -44,7 +44,7 @@
description="{% trans %}This Zoom Meeting can only be seen by logged in users{% endtrans %}"
href="{{ url_for_login(request.relative_url) }}"
icon="lock"
caption="{% trans %}Please log in{% endtrans %}""
caption="{% trans %}Please log in{% endtrans %}"
{% endif %}

{% if session.user.identifier != vc_room.data['host']
Expand Down

0 comments on commit ddc8c2d

Please sign in to comment.