diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 09290c1d4..f597aa0e7 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -471,8 +471,8 @@ "aeBridgeHeader": "Bridge", "aeSwapEarnHeader": "Earn UCO token", "price": "Price", - "aeSwapLaunchMessage": "Please launch the aeSwap application to proceed. It will open in your default browser.", - "aeSwapLaunchButton": "Launch aeSwap", + "dAppLaunchMessage": "The application is not available directly on this platform. Please launch the application via a browser to continue. It will open in your default browser.", + "dAppLaunchButton": "Launch the dApp", "receiveHeader": "Receive assets on Archethic", "receiveCopy": "Click to copy the address", "earnValueLbl": "Earn", diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index f21efac7f..53bdeae4e 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -451,8 +451,8 @@ "aeBridgeHeader": "Bridge", "aeSwapEarnHeader": "Gagner des UCO", "price": "Prix", - "aeSwapLaunchMessage": "Veuillez lancer l'application aeSwap pour continuer. Elle s'ouvrira dans votre navigateur par défaut.", - "aeSwapLaunchButton": "Lancer aeSwap", + "dAppLaunchMessage": "L'application n'est pas disponible directement sur cette plateforme. Veuillez lancer l'application via un navigateur pour continuer. Elle s'ouvrira dans votre navigateur par défaut.", + "dAppLaunchButton": "Lancer la dApp", "receiveHeader": "Recevoir des actifs sur Archethic", "receiveCopy": "Cliquez pour copier l'adresse", "earnValueLbl": "Gagner", diff --git a/lib/ui/views/sheets/dapp_sheet.dart b/lib/ui/views/sheets/dapp_sheet.dart index 1811833fe..b6a1087ed 100755 --- a/lib/ui/views/sheets/dapp_sheet.dart +++ b/lib/ui/views/sheets/dapp_sheet.dart @@ -62,13 +62,13 @@ class DAppSheetState extends ConsumerState { mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ Text( - AppLocalizations.of(context)!.aeSwapLaunchMessage, + AppLocalizations.of(context)!.dAppLaunchMessage, ), SizedBox( height: 55, child: AppButtonTiny( AppButtonTinyType.primary, - AppLocalizations.of(context)!.aeSwapLaunchButton, + AppLocalizations.of(context)!.dAppLaunchButton, Dimens.buttonBottomDimens, key: const Key('LaunchApplication'), onPressed: dappUrl != null