diff --git a/lib/invoice_pdf.rb b/lib/invoice_pdf.rb index 2733919..0612d61 100644 --- a/lib/invoice_pdf.rb +++ b/lib/invoice_pdf.rb @@ -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 diff --git a/views/admin/invoices/new.erb b/views/admin/invoices/new.erb index 70fde90..2c65bb6 100644 --- a/views/admin/invoices/new.erb +++ b/views/admin/invoices/new.erb @@ -68,7 +68,7 @@ <% (@form_values[:items] || [{'description' => '', 'qty' => '', 'unit_price' => ''}]).each_with_index do |item, i| %> - + @@ -90,7 +90,7 @@