aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Paul W. Rankin <hello@paulwrankin.com> 2023-09-22 11:50:16 +1000
committerGravatar Frédéric Guillot <f@miniflux.net> 2023-09-22 20:29:56 -0700
commitace2699e79347c84ea1583e11abe6cabba85bf20 (patch)
tree340116ae1d5daa40407f46d31c1e7e2cff7f26f7
parent59c003bdce44db76f1ab0c3971d87867e896ea7f (diff)
downloadv2-ace2699e79347c84ea1583e11abe6cabba85bf20.tar.gz
v2-ace2699e79347c84ea1583e11abe6cabba85bf20.tar.zst
v2-ace2699e79347c84ea1583e11abe6cabba85bf20.zip
Fix missing word in force refresh message
-rw-r--r--internal/locale/translations/en_US.json2
1 files changed, 1 insertions, 1 deletions
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…",