Skip to content

Commit

Permalink
Update delete button copy for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmic committed Jul 22, 2021
1 parent ef8343c commit 7a51484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class ReportDeleteButton extends PureComponent<Props, State> {
{intl.formatMessage(
{
id: 'xpack.reporting.listing.table.deleteReportButton',
defaultMessage: `Delete ({num})`,
defaultMessage: `Delete {num, plural, one {report} other {reports} }`,
},
{ num: jobsToDelete.length }
)}
Expand Down

0 comments on commit 7a51484

Please sign in to comment.