Skip to content

Commit

Permalink
comments_async/ai_report: make wording for ai report toggle button mo…
Browse files Browse the repository at this point in the history
…re specific
  • Loading branch information
goapunk authored and m4ra committed Jun 13, 2024
1 parent a8d2266 commit 33bae31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adhocracy4/comments_async/static/comments_async/ai_report.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down
3 changes: 3 additions & 0 deletions changelog/_1111.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Changed

- make wording for ai report toggle more specific

0 comments on commit 33bae31

Please sign in to comment.