Просмотр исходного кода

Fix missing word in force refresh message

Paul W. Rankin 2 лет назад
Родитель
Сommit
ace2699e79
1 измененных файлов с 1 добавлено и 1 удалено
  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…",