From 8694b2c61ed123e7c1a58cfccd585d66e26d6463 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 31 Jan 2025 09:04:48 +1100 Subject: [PATCH] Change the COMMENTS.OLDER_FIRST and RECENT_FIRST to make it clear it is an action --- app/locales/taiga/locale-en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index c2c946c57..1bfe5a65f 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1354,8 +1354,8 @@ "TITLE": "Comments", "DELETED_INFO": "Comment deleted by {{user}}", "COMMENTS_COUNT": "{{comments}} Comments", - "OLDER_FIRST": "Older first", - "RECENT_FIRST": "Recent first", + "OLDER_FIRST": "Click to view older first", + "RECENT_FIRST": "Click to view recent first", "COMMENT": "Comment", "EDITED_COMMENT": "Edited:", "SHOW_HISTORY": "View historic",