From 4c9d8bc592898d5da61d7cc1f3e52cc85c3f99da Mon Sep 17 00:00:00 2001 From: Barukimang Date: Wed, 12 Jun 2024 12:02:38 +0300 Subject: [PATCH] fix: APP-3081 - Fix copy on DAO creation flow for governance incompatible token (#1367) --- src/assets/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/locales/en/common.json b/src/assets/locales/en/common.json index 9c36b7f3a..a17720c07 100644 --- a/src/assets/locales/en/common.json +++ b/src/assets/locales/en/common.json @@ -819,7 +819,7 @@ "descriptionLinkURL": "https://aragon.org/how-to/governance-ii-setting-dao-governance-thresholds", "shortTitle": "Select governance settings", "wrappedReferenceTitle": "Reference values", - "wrappedReferenceDesc": "The amount of {{gTokenSymbol}} that must vote to meet minimum participation depends on the amount of {{tokenSymbol}} that is wrapped. The values on this screen with an asterisk are for reference only. You can evaluate different scenarios by adjusting the following value. Learn more about {{link}}.", + "wrappedReferenceDesc": "The amount of {{gTokenSymbol}} that must vote to meet minimum participation depends on the amount of {{tokenSymbol}} that is wrapped. The values on this screen with an asterisk are for reference only. You can evaluate different scenarios by adjusting the following value. Learn more about it {{link}}.", "wrappedReferenceAlertInfo": "These values are for reference only and do not affect your \"governance settings\"!", "wrappedReferenceLabel": "Amount of wrapped {{tokenSymbol}}", "wrappedReferenceSupply": "Total supply {{tokenSymbol}}",