Skip to content

Commit

Permalink
Correct destination locale
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Mar 4, 2024
1 parent de7fc1b commit 7cccf20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions views/Payment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,7 @@ export default class PaymentView extends React.Component<PaymentProps> {

{getDestination && (
<KeyValue
keyValue={localeString(
'views.Payment.destination'
)}
keyValue={localeString('general.destination')}
value={getDestination}
sensitive
color={themeColor('highlight')}
Expand Down

0 comments on commit 7cccf20

Please sign in to comment.