From 3c94f1eae0cc4b7dfadea6bc627f70aad31d2226 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Tue, 23 Apr 2024 15:01:09 +0300 Subject: [PATCH] apply name varibles on en.json --- dmp-frontend/src/assets/i18n/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index ce0375ddc..4e59a3494 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1994,10 +1994,10 @@ }, "UNLINK-ACCOUNT": { "TITLE": "Verify account to be unlinked", - "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current ARGOS profile." + "MESSAGE": "An email to verify this action has been sent to your main account. Once accepted, {{accountToBeUnlinked}} will be no longer connected to your current {{ APP_NAME_CAPS }} profile." }, "UNLINK-ACCOUNT-DIALOG": { - "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your ARGOS activity performed from this account to your main ARGOS account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your ARGOS experience from scratch, in an empty dashboard.", + "MESSAGE": "By clicking \"Confirm\", you accept the transfer of your {{ APP_NAME_CAPS }} activity performed from this account to your main {{ APP_NAME_CAPS }} account, which is the one that is listed first. By logging in again with the unlinked account, you will be able to start your {{ APP_NAME_CAPS }} experience from scratch, in an empty dashboard.", "CONFIRM": "Confirm", "CANCEL": "Cancel" }, @@ -2067,9 +2067,9 @@ } }, "NEW-RELEASE-NOTIFICATION": { - "TITLE": "New ARGOS Release!", - "HINT": "Discover the all-new Argos version", - "BODY": "Discover the latest enhancements and improvements with our brand-new Argos release! Use the Default Blueprint to create plans that include funders information. Contact us to create Blueprints for institutional plans that connect to local services or for training activities. Adopt the output management plan as an overarching plan that combines different templates, e.g. data and software. Don’t miss out – explore now!", + "TITLE": "New {{ APP_NAME_CAPS }} Release!", + "HINT": "Discover the all-new {{ APP_NAME }} version", + "BODY": "Discover the latest enhancements and improvements with our brand-new {{ APP_NAME }} release! Use the Default Blueprint to create plans that include funders information. Contact us to create Blueprints for institutional plans that connect to local services or for training activities. Adopt the output management plan as an overarching plan that combines different templates, e.g. data and software. Don’t miss out – explore now!", "ACTIONS": { "LEARN-MORE": "Learn more" }