fix: replace orphaned shareModal i18n keys in GiftResult

GiftResult.tsx referenced gift.shareModalCopied and shareModalCopyAll
which were removed with the modal. Use common.copied and add new
gift.copyMessage key instead.
This commit is contained in:
Fringg
2026-03-10 07:30:17 +03:00
parent 9fbfcf21ff
commit 0322974ebd
3 changed files with 4 additions and 2 deletions

View File

@@ -4248,6 +4248,7 @@
"unlimitedTraffic": "Unlimited",
"shareModalActivateVia": "Activate via bot:",
"shareModalActivateViaCabinet": "Or via website:",
"copyMessage": "Copy message",
"shareToastCopied": "Message copied",
"shareToastTapCopy": "tap to copy again"
}