From 33bae3167e4d9fce5dab2193518b37391888043e Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Thu, 13 Jun 2024 14:16:52 +0200 Subject: [PATCH] comments_async/ai_report: make wording for ai report toggle button more specific --- adhocracy4/comments_async/static/comments_async/ai_report.jsx | 4 ++-- changelog/_1111.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelog/_1111.md diff --git a/adhocracy4/comments_async/static/comments_async/ai_report.jsx b/adhocracy4/comments_async/static/comments_async/ai_report.jsx index b4cba5bed..c57556c99 100644 --- a/adhocracy4/comments_async/static/comments_async/ai_report.jsx +++ b/adhocracy4/comments_async/static/comments_async/ai_report.jsx @@ -10,8 +10,8 @@ const translated = { ariaReadLess: django.pgettext('defakts', 'Click to hide the AI explanation for reporting this comment.'), readMore: django.pgettext('defakts', 'Read more'), showLess: django.pgettext('defakts', 'Show less'), - showInfoSwitch: django.pgettext('defakts', 'Show info to users'), - hideInfoSwitch: django.pgettext('defakts', 'Hide info from users') + showInfoSwitch: django.pgettext('defakts', 'Show AI info to users'), + hideInfoSwitch: django.pgettext('defakts', 'Hide AI info from users') } export const AiReport = ({ Report, notificationPk, toggleShowAiReport }) => { diff --git a/changelog/_1111.md b/changelog/_1111.md new file mode 100644 index 000000000..63be08cb2 --- /dev/null +++ b/changelog/_1111.md @@ -0,0 +1,3 @@ +### Changed + +- make wording for ai report toggle more specific