invoices: em-dash cleanup in admin form and PDF copy

This commit is contained in:
Sergei Poljanski 2026-07-16 20:01:26 +04:00
commit 0cafc484c7
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
2 changed files with 3 additions and 3 deletions

View file

@ -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