From 827e6a6efc307ba616b89bc096056810f72251ed Mon Sep 17 00:00:00 2001 From: Daniel <80175477+dan437@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:52:28 +0200 Subject: [PATCH] Fix fee level content (#11790) --- app/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 27deab5fc..4966e16b9 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -633,7 +633,7 @@ "message": "This is best for swaps or other time sensitive transactions. If a swap takes too long to process it will often fail and you may lose funds." }, "editGasEducationLowExplanation": { - "message": "A lower gas fee should only be selected for transactions where processing time is less important. With a lower fee, it can be be hard to predict when (or if) your transaction with be successful." + "message": "A lower gas fee should only be selected for transactions where processing time is less important. With a lower fee, it can be hard to predict when (or if) your transaction will be successful." }, "editGasEducationMediumExplanation": { "message": "A medium gas fee is good for sending, withdrawing or other non-time sensitive but important transactions."