fix: send ui

This commit is contained in:
2026-06-06 14:17:42 +02:00
parent c80edafbd4
commit 0f360067d1
5 changed files with 120 additions and 71 deletions
@@ -126,6 +126,11 @@ val EnHomeStrings = AppStrings(
resolving = "Resolving…",
sendingPayment = "Sending payment…",
// ── SendScreen — paying ───────────────────────────────────────────────────
paymentTakingLong = "This is taking longer than usual",
paymentTakingLongDetail = "Your payment is still on its way. This may be a hold invoice that settles when the recipient is ready. You'll get a notification when it completes — you can safely leave this screen.",
dismissPayment = "Dismiss",
// ── SendScreen — payment sent ─────────────────────────────────────────────
paymentSent = "Payment sent!",
amountSats = { sats -> "$sats sats" },