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
This commit is contained in:
shawn-higgins1 2019-05-09 14:02:36 -04:00 committed by Jesus Federico
parent bf6138d5bb
commit 63ada8b3db
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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...