diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-06-30 11:22:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-06-30 11:22:23 -0700 |
commit | cb58923b11e5eab5e5212972da7a67beb018b905 (patch) | |
tree | 0bb4d2091ca120c227fe23cb78b8bc1f9fb739ff | |
parent | dac04466f7952a48beb760bd8fac7d380c4eb6be (diff) |
prevent unnecessary wrapping
-rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 072270ea8..d69029053 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -171,7 +171,7 @@ tie my %label, 'Tie::IxHash', ; unless ($opt{'for_prospect'}) { - $label{'invoice_dest'} = 'Send invoices'; + $label{'invoice_dest'} = 'Send invoices'; $label{'selfservice_access'} = 'Self-service'; } |