From f324f5e88136bd85a9992d6818dcf68cf88151e0 Mon Sep 17 00:00:00 2001 From: pmaier1 Date: Tue, 9 May 2017 18:19:07 +0200 Subject: [PATCH] Remove 'Warning: ' --- core/js/sharedialoglinklistview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/sharedialoglinklistview.js b/core/js/sharedialoglinklistview.js index a954821b1f75..a14017f73ee0 100644 --- a/core/js/sharedialoglinklistview.js +++ b/core/js/sharedialoglinklistview.js @@ -246,7 +246,7 @@ socialShareEnabled: this.configModel.isSocialShareEnabled(), noShares: !this.collection.length, noSharesMessage: t('core', 'There are currently no link shares, you can create one'), - privacyWarningMessage: t('core', 'Warning: Anyone with the link has access to the file/folder'), + privacyWarningMessage: t('core', 'Anyone with the link has access to the file/folder'), shares: this.collection.map(_.bind(this._formatItem, this)) }));