Skip to content

Commit

Permalink
Fix provider support string (#4387)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei authored May 25, 2022
1 parent 3525dfe commit d324963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const InfoAlert: React.FC<Props> = ({
<Text small link underline centered>
{providerName +
' ' +
strings('fiat_on_ramp_aggregator.transaction.support')}
strings('fiat_on_ramp_aggregator.order_details.support')}
</Text>
</TouchableOpacity>
)}
Expand Down

0 comments on commit d324963

Please sign in to comment.