Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add period to Bill Pay copy #5780

Merged
merged 1 commit into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ export default {
bills: {
manageYourBills: 'Manage your bills',
askYourVendorsBeforeEmail: 'Ask your vendors to forward their invoices to ',
askYourVendorsAfterEmail: ' and we\'ll scan them for you to pay',
askYourVendorsAfterEmail: ' and we\'ll scan them for you to pay.',
viewAllBills: 'View all bills',
unlockOnlineBillPayment: 'Unlock online bill payment',
unlockNoVBACopy: 'Connect your bank account to pay bills online for free!',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ export default {
bills: {
manageYourBills: 'Gestiona tus facturas',
askYourVendorsBeforeEmail: 'Pide a tus proveedores que envíen sus facturas a ',
askYourVendorsAfterEmail: ' y las escanearemos para que las pagues',
askYourVendorsAfterEmail: ' y las escanearemos para que las pagues.',
viewAllBills: 'Ver facturas recibidas',
unlockOnlineBillPayment: 'Desbloquea el pago de facturas online',
unlockNoVBACopy: '¡Conecta tu cuenta bancaria para pagar tus facturas online de manera gratuita!',
Expand Down