Browse Source

Fix missing word in force refresh message

Paul W. Rankin 2 years ago
parent
commit
ace2699e79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/locale/translations/en_US.json

+ 1 - 1
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…",