From 66822d929b48c93e44acb2c73a542417549335ac Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 1 Feb 2022 23:26:27 +0100 Subject: 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. --- src/i18n/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/i18n/en.json') 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" -- cgit v1.2.3