Skip to content

Commit

Permalink
No bug - Fix text of Reject all batch action button. (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Oct 18, 2019
1 parent 6f42e41 commit b8e94d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/static/locale/en-US/translate.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ batchactions-BatchActions--replace-with =
## RejectAll
## Renders Reject All batch action button.

batchactions-RejectAll--default = Reject all
batchactions-RejectAll--default = Reject all suggestions
batchactions-RejectAll--confirmation = Are you sure?
batchactions-RejectAll--success =
{ $changedCount ->
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/modules/batchactions/components/RejectAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class RejectAll extends React.Component<Props, State> {
return <Localized
id="batchactions-RejectAll--default"
>
{ 'Reject all' }
{ 'Reject all suggestions' }
</Localized>;
}

Expand Down

0 comments on commit b8e94d6

Please sign in to comment.