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

Commit db371d9

Browse files
committed
double dot
1 parent 6b7fb03 commit db371d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/action.share/res/react/model/ShareModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@
894894
let additionalData = '';
895895
let password = this.hasHiddenPassword(linkId);
896896
if(password){
897-
additionalData += '\n - ' + MessageHash['share_center.170'] + '.';
897+
additionalData += '\n - ' + MessageHash['share_center.170'];
898898
}
899899
let dlLimit = this.getExpirationFor(linkId, 'downloads');
900900
if(dlLimit){

0 commit comments

Comments
 (0)