From ace2699e79347c84ea1583e11abe6cabba85bf20 Mon Sep 17 00:00:00 2001 From: "Paul W. Rankin" Date: Fri, 22 Sep 2023 11:50:16 +1000 Subject: [PATCH] Fix missing word in force refresh message --- internal/locale/translations/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/locale/translations/en_US.json b/internal/locale/translations/en_US.json index bde62550..5104f7ee 100644 --- a/internal/locale/translations/en_US.json +++ b/internal/locale/translations/en_US.json @@ -1,6 +1,6 @@ { "confirm.question": "Are you sure?", - "confirm.question.refresh": "Are you want to force refresh?", + "confirm.question.refresh": "Are you sure you want to force refresh?", "confirm.yes": "yes", "confirm.no": "no", "confirm.loading": "In progress…",