fix(profile): rename rail selector label from 'Pay with' to 'Receive on'

The rail chips describe how the recipient receives the funds, not which
wallet pays — that's the 'Pay from' row below.
This commit is contained in:
Claude
2026-06-11 21:51:09 +00:00
parent 23605ef630
commit afa341f2fc
+1 -1
View File
@@ -139,7 +139,7 @@
<string name="pay">Pay</string>
<string name="send_payment_title">Send Payment</string>
<string name="send_payment_method">Pay with</string>
<string name="send_payment_method">Receive on</string>
<string name="send_payment_from">Pay from</string>
<string name="send_payment_source_external">Another wallet app</string>
<string name="send_payment_source_onchain_wallet">On-chain wallet</string>