Skip to content
Snippets Groups Projects
Commit 63ada8b3 authored by shawn-higgins1's avatar shawn-higgins1 Committed by Jesus Federico
Browse files

Fixed #514: Fix UI issues with the create room modal (#516)

* sync

* Fix create room modal UI

* Fix line endings issues

* More line ending issues
parent bf6138d5
Branches 2015ss
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
<% end %>
<% if Rails.configuration.room_features.include? "mute-on-join" %>
<label class="custom-switch mt-3 mb-3 w-100 text-left d-inline-block">
<label class="custom-switch pl-0 mt-3 mb-3 w-100 text-left d-inline-block">
<span class="custom-switch-description"><%= t("modal.room_settings.mute")%></span>
<%= f.check_box :mute_on_join, class: "custom-switch-input", checked: false %>
<span class="custom-switch-indicator float-right"></span>
......
......@@ -173,7 +173,7 @@ en:
max_concurrent: The maximum number of concurrent sessions allowed has been reached!
modal:
create_room:
auto_join: Automatically join me into the room.
auto_join: Automatically join me into the room
create: Create Room
free_delete: You will be free to delete this room at any time.
name_placeholder: Enter a room name...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment