fix wording of empty content message
This commit is contained in:
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…
x
Reference in New Issue
Block a user