forked from External/greenlight
update recording labels
This commit is contained in:
parent
404bb93d1a
commit
5a6c8372f9
|
@ -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>
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue