Revert "fix: hide download URL in in-app browser guide"
All checks were successful
Deploy Staging (terry-wallet-login) / deploy (push) Successful in 1m18s

This reverts commit 3275aff121.
This commit is contained in:
TerryM
2026-06-05 21:09:42 +08:00
parent ee3f2c43eb
commit 4c684d75a3
8 changed files with 62 additions and 66 deletions

View File

@@ -266,16 +266,15 @@ export const enDict: Dict = {
backToHome: "Back to Home",
inAppDownloadTitle: "Please open in your system browser to download",
inAppDownloadIntro:
"Your current in-app browser cannot download files. Open this page in your system browser, then tap download again.",
"Your current in-app browser cannot download files. Copy the link below and open it in your system browser the file will save directly.",
inAppDownloadIntroNamed:
"{browser} cannot download files directly. Open this page in your system browser, then tap download again.",
"{browser} cannot download files directly. Copy the link below and open it in your system browser the file will save directly.",
inAppDownloadStepCopy:
'Tap the menu (top-right) and choose "Open in default browser".',
'Tap "Copy link" below — that is the direct file download URL.',
inAppDownloadStepOpen:
"If that option is missing, tap “Copy page link” below and open it in Safari, Chrome, or another browser.",
"Open your system browser (Safari, Chrome, etc.) and paste the link into the address bar.",
inAppDownloadStepDownload:
"Once the page opens in your system browser, tap the download button again to save the file.",
inAppDownloadCopyPageLink: "Copy page link",
inAppDownloadCopied: "Page link copied",
"The file will start downloading to your downloads folder automatically.",
inAppDownloadCopied: "Link copied",
inAppDownloadCopyFail: "Could not copy the link, please copy it manually",
};