aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/en.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-01 23:26:27 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-01 23:36:29 +0100
commit66822d929b48c93e44acb2c73a542417549335ac (patch)
treedd263778f666c9e83bab9cb85a072081a1134c39 /src/i18n/en.json
parenteeb9ea8d489c890a80c88658cb860577075ac660 (diff)
chore: move pagination cursor title in a separate div
The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar.
Diffstat (limited to 'src/i18n/en.json')
-rw-r--r--src/i18n/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index d1d48e5..7bd1f2f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -95,10 +95,6 @@
"defaultMessage": "Failed to load.",
"description": "BlogPage: failed to load text"
},
- "CSimmh": {
- "defaultMessage": "{articlesCount, plural, =0 {# articles} one {# article} other {# articles}} out of a total of {total}",
- "description": "PaginationCursor: loaded articles count message"
- },
"CT3ydM": {
"defaultMessage": "{date} at {time}",
"description": "Comment: publication date"
@@ -403,6 +399,10 @@
"defaultMessage": "Back to top",
"description": "Footer: Back to top button"
},
+ "du4MLN": {
+ "defaultMessage": "{articlesCount, plural, =0 {# loaded articles} one {# loaded article} other {# loaded articles}} out of a total of {total}",
+ "description": "PaginationCursor: loaded articles count message"
+ },
"e9L59q": {
"defaultMessage": "No comments yet.",
"description": "CommentsList: No comment message"