From c373a19b51cb61c2acc9f50382f5fb95bc00a176 Mon Sep 17 00:00:00 2001 From: Evgeni B Date: Thu, 14 Sep 2023 18:35:25 +0300 Subject: [PATCH] fix(copy): little copy change (#2443) --- src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 7997dbcc3..6d4571091 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1735,8 +1735,8 @@ "typeTheAmountOfUsd":"Type the USD equivalent", "commitmentMustBeGreater":"Commitment must be greater than or equal to the role configuration. Role value for min commitment is", "defferedMustBeGreater":"Due to the role setup you’ll have to choose a greater percentage to continue", - "salaryCompensationForOneYear":"Reward for one year ( ${value} )", - "salaryCompensationForOneYearUsd":"Reward for one year ( ${value} ) USD", + "salaryCompensationForOneYear":"Reward for one year ( ${value} equivalent)", + "salaryCompensationForOneYearUsd":"Reward for one year ( ${value} ) USD equivalent", "compensation":"Reward Calculation", "compensation1":"Reward", "pleaseEnterTheUSD":"Please enter the USD equivalent for your reward. Moving the second slider will let you select your token percentage (utility vs payout).",