Skip to content

Commit

Permalink
Change the name to "Bad Quality (AI?)"
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro authored Apr 3, 2024
1 parent b0e9a38 commit 9eb661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helper-translation-discussion.php
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ public static function get_comment_reasons( $locale = null ): array {
'explanation' => __( 'The translation has a typo. E.g., it is using the \'apostrope\' word instead of \'apostrophe\'.' ),
),
'ai' => array(
'name' => __( 'AI' ),
'name' => __( 'Bad Quality (AI?)' ),
'explanation' => __( 'The translator has used some AI or other machine translation tool without additional manual review, and its quality is low.' ),
),
);
Expand Down

0 comments on commit 9eb661d

Please sign in to comment.