From 8405dbe8da19386cf261ffde718bf3542c6550d6 Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:56:12 -0700 Subject: [PATCH] Fix spelling of Refresh for self-serve blades. (#1585) --- src/Localization/en/Common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Localization/en/Common.json b/src/Localization/en/Common.json index 0e58fa4d4..77e925204 100644 --- a/src/Localization/en/Common.json +++ b/src/Localization/en/Common.json @@ -1,5 +1,5 @@ { "Save": "Save", "Discard": "Discard", - "Refresh": "Refesh" + "Refresh": "Refresh" } \ No newline at end of file