diff --git a/funding/templates/proposal/proposal.html b/funding/templates/proposal/proposal.html index 1fc1e5c..1cc2969 100644 --- a/funding/templates/proposal/proposal.html +++ b/funding/templates/proposal/proposal.html @@ -225,7 +225,7 @@ let regexp_address = /(W[o|W][a-zA-Z0-9]{95})/g; let regexp_imgur = /(https:\/\/i.imgur.com\/[a-zA-Z0-9]{0,7}.[jpg|png|gif|webm]+)/g; let regexp_imgflip = /(https:\/\/i.imgflip.com\/[a-zA-Z0-9]{0,7}.[jpg|png|gif|webm]+)/g; - let truncated_addy = function(obj){ return `${obj.substring(0, 4)}...${obj.slice(-4)}`; } + let truncated_addy = function(obj){ return `${obj.substring(0, 8)}...${obj.slice(-8)}`; } function rich_addy(obj) { // richtext addy's