Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
double dot
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 29, 2016
1 parent 6b7fb03 commit db371d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -894,7 +894,7 @@
let additionalData = '';
let password = this.hasHiddenPassword(linkId);
if(password){
additionalData += '\n - ' + MessageHash['share_center.170'] + '.';
additionalData += '\n - ' + MessageHash['share_center.170'];
}
let dlLimit = this.getExpirationFor(linkId, 'downloads');
if(dlLimit){
Expand Down

0 comments on commit db371d9

Please sign in to comment.