Skip to content

Commit

Permalink
Use L() for payment method names
Browse files Browse the repository at this point in the history
  • Loading branch information
snowteamer committed Jan 18, 2024
1 parent 678f90b commit 69d49a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/views/containers/contributions/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ export default ({
data: () => ({
config: {
options: {
// key to store on state and corresponding translation (if needed)
bitcoin: 'Bitcoin',
lightning: 'Lightning Address',
paypal: 'Paypal',
venmo: 'Venmo',
// Key to store on the state and corresponding translation.
bitcoin: L('Bitcoin'),
lightning: L('Lightning'),
paypal: L('Paypal'),
venmo: L('Venmo'),
other: L('Other')
}
},
Expand Down

0 comments on commit 69d49a6

Please sign in to comment.