invoices: em-dash cleanup in admin form and PDF copy
This commit is contained in:
parent
82fc1c6e17
commit
0cafc484c7
2 changed files with 3 additions and 3 deletions
|
|
@ -301,7 +301,7 @@ class InvoicePdf
|
|||
hint = if asset[:amount_param]
|
||||
"Scan the QR with any #{CryptoAsset.name(coin)} wallet to prefill the payment."
|
||||
else
|
||||
"QR encodes the address. Send #{coin} only — verify the network before sending."
|
||||
"QR encodes the address. Send #{coin} only. Verify the network before sending."
|
||||
end
|
||||
pdf.font_size(7) { pdf.text hint }
|
||||
pdf.fill_color COLOR_TEXT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue