fix wording of empty content message

pull/1/head
Jan-Christoph Borchardt 10 years ago
parent 0fffa7d826
commit 5318b7dc61

@ -118,7 +118,7 @@ $.widget('oc.documentGrid', {
if (!hasDocuments){
$(this.options.context).before('<div id="emptycontent">'
+ t('documents', 'No documents are found. Please upload or create a document!')
+ t('documents', 'No documents were found. Upload or create a document to get started!')
+ '</div>'
);
} else {

Loading…
Cancel
Save