GRN2-xx: Fixed issue with join warning displaying incorrectly (#1957)

* Fixed issue with room settings

* Update room join consent string
This commit is contained in:
Ahmad Farhat
2020-07-30 10:50:04 -04:00
committed by GitHub
parent af8c78fdee
commit ec93d5e472
6 changed files with 38 additions and 32 deletions

View File

@ -51,7 +51,7 @@
</button>
</span>
</div>
<% if recording_consent_required? && @room.recording_enabled? %>
<% if display_joiner_consent %>
<label class="custom-control custom-checkbox">
<input id="joiner-consent" type="checkbox" class="custom-control-input" required>
<h4 class="text-left text-danger mt-4 custom-control-label"><%= t("room.recording_present") %></h4>