more obvious when no recordings

This commit is contained in:
Zachary Chai 2016-11-24 17:37:12 -05:00
parent 3f6111795a
commit 6fd3554af8
2 changed files with 3 additions and 3 deletions

View File

@ -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" },

View File

@ -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