Skip to content

Commit

Permalink
Remove 'Warning: '
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaier1 authored and Vincent Petry committed May 10, 2017
1 parent 40ab4da commit f324f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/sharedialoglinklistview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}));

Expand Down

0 comments on commit f324f5e

Please sign in to comment.