forked from External/greenlight
more obvious when no recordings
This commit is contained in:
parent
3f6111795a
commit
6fd3554af8
|
@ -13,8 +13,8 @@ class @Recordings
|
|||
info: false,
|
||||
order: [[ 0, "desc" ]],
|
||||
language: {
|
||||
emptyTable: I18n.no_recordings,
|
||||
zeroRecords: I18n.no_recordings
|
||||
emptyTable: '<h3>'+I18n.no_recordings+'</h3>',
|
||||
zeroRecords: '<h3>'+I18n.no_recordings+'</h3>'
|
||||
},
|
||||
columns: [
|
||||
{ data: "start_time" },
|
||||
|
|
|
@ -27,7 +27,7 @@ en-US:
|
|||
delete_recording: Delete recording
|
||||
meeting_ended: Meeting was ended
|
||||
meeting_started: Meeting was started
|
||||
no_recordings: No recordings
|
||||
no_recordings: No Recordings
|
||||
publish_recording: Publish recording
|
||||
recording_deleted: Recording was deleted
|
||||
recording_published: Recording was published
|
||||
|
|
Loading…
Reference in New Issue