update recording labels

This commit is contained in:
Zachary Chai 2017-02-14 08:03:06 -05:00
parent 404bb93d1a
commit 5a6c8372f9
2 changed files with 3 additions and 2 deletions

View File

@ -32,10 +32,10 @@
<table id="recordings" class="table" width="100%"> <table id="recordings" class="table" width="100%">
<thead> <thead>
<th><%= t('date_recorded') %></th> <th><%= t('date_recorded') %></th>
<th><%= t('meeting') %></th> <th><%= t('name') %></th>
<th><%= t('thumbnails') %></th> <th><%= t('thumbnails') %></th>
<th><%= t('duration') %></th> <th><%= t('duration') %></th>
<th><%= t('watch') %></th> <th></th>
<th><%= t('visibility') %></th> <th><%= t('visibility') %></th>
<th>published</th> <th>published</th>
<th><%= t('actions') %></th> <th><%= t('actions') %></th>

View File

@ -95,6 +95,7 @@ en-US:
subject: "%{user} invited you to a meeting" subject: "%{user} invited you to a meeting"
moderator_default_message: Invitation link - %{url} moderator_default_message: Invitation link - %{url}
my_room: my room my_room: my room
name: Name
no: No no: No
notification_mailer: notification_mailer:
recording_ready_email: recording_ready_email: