diff options
author | Mélanie Chauvel <perso@hack-libre.org> | 2020-11-04 21:15:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 21:15:45 +0100 |
commit | 68d4b2b83e124719f8473489ee8c1743ca848dc4 (patch) | |
tree | 89992cef9657c02afcec995a35d814f9dbe3b431 /config/locales | |
parent | b29defb851f091d9b4419ea149b44dac7944bd06 (diff) |
Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index c962bc532..047ba36ac 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1210,6 +1210,8 @@ en: other: "%{count} votes" vote: Vote show_more: Show more + show_newer: Show newer + show_older: Show older show_thread: Show thread sign_in_to_participate: Sign in to participate in the conversation title: '%{name}: "%{quote}"' |