forked from External/greenlight
* sync * Fix create room modal UI * Fix line endings issues * More line ending issues
This commit is contained in:
parent
bf6138d5bb
commit
63ada8b3db
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue