From e6b8dfb2796299d03258d963b1bec996ba14f847 Mon Sep 17 00:00:00 2001 From: CRuiz Date: Wed, 22 Jan 2025 15:57:36 -0600 Subject: [PATCH] =?UTF-8?q?Actualizar=20mensaje=20de=20recomendaci=C3=B3n?= =?UTF-8?q?=20de=20URI=20en=20la=20migraci=C3=B3n=20del=20m=C3=B3dulo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/essential/ModuleMigration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/essential/ModuleMigration.ts b/src/modules/essential/ModuleMigration.ts index 321f086..e12a41c 100644 --- a/src/modules/essential/ModuleMigration.ts +++ b/src/modules/essential/ModuleMigration.ts @@ -180,7 +180,7 @@ export class ModuleMigration extends AbstractModule implements ICoreModule { } async askAgainForSetupURI() { - const message = $tf('moduleMigration.msgRecommendSetupUri'); + const message = $tf('moduleMigration.msgRecommendSetupUri', { URI_DOC: $tf('moduleMigration.docUri') }); const USE_MINIMAL = $tf('moduleMigration.optionSetupWizard'); const USE_SETUP = $tf('moduleMigration.optionManualSetup'); const NEXT = $tf('moduleMigration.optionRemindNextLaunch');