localize views

This commit is contained in:
Joshua Arts
2018-07-17 11:57:49 -04:00
parent 55b83226c9
commit ce4c8b3bff
27 changed files with 249 additions and 150 deletions

View File

@ -1,8 +1,8 @@
<%= render 'shared/room_event' do %>
<div class="row">
<div class="col-9">
<h3>Oops! The meeting hasn't started yet.</h3>
<h4 class="text-muted">You will automatically join when the meeting starts.</h4>
<h3><%= t("room.wait.message") %></h3>
<h4 class="text-muted"><%= t("room.wait.auto") %></h4>
</div>
<div class="col-3">
<div class="loader align-bottom mt-3"></div>