Skip to content

Commit

Permalink
Merge pull request #5856 from Expensify/nikki-add-fullstop
Browse files Browse the repository at this point in the history
Add full stop to 'addFirstPaymentMethod' copy
  • Loading branch information
Gonals authored Oct 15, 2021
2 parents c87d2b2 + 9f8319d commit 159fa18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default {
addPaymentMethod: 'Add payment method',
accountLastFour: 'Account ending in',
cardLastFour: 'Card ending in',
addFirstPaymentMethod: 'Add a payment method to send and receive payments directly in the app',
addFirstPaymentMethod: 'Add a payment method to send and receive payments directly in the app.',
},
preferencesPage: {
mostRecent: 'Most recent',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default {
addPaymentMethod: 'Agrega método de pago',
accountLastFour: 'Cuenta con terminación',
cardLastFour: 'Tarjeta con terminacíon',
addFirstPaymentMethod: 'Añade un método de pago para enviar y recibir pagos directamente desde la aplicación',
addFirstPaymentMethod: 'Añade un método de pago para enviar y recibir pagos directamente desde la aplicación.',
},
preferencesPage: {
mostRecent: 'Más recientes',
Expand Down

0 comments on commit 159fa18

Please sign in to comment.