From 5318b7dc6193bcbe280e4f68cbaf1616622372fe Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 3 Jul 2014 12:29:50 +0200 Subject: [PATCH] fix wording of empty content message --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 932d5195..0204531e 100644 --- a/js/documents.js +++ b/js/documents.js @@ -118,7 +118,7 @@ $.widget('oc.documentGrid', { if (!hasDocuments){ $(this.options.context).before('
' - + 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!') + '
' ); } else {