Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge bcbd3a5 into 8650c02
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron-Lavi committed Feb 23, 2022
2 parents 8650c02 + bcbd3a5 commit 275e032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/src/components/ReportsTab/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const statusSummaryFormatter = ({ change, nochange, failure }) => {
export const globalStatusFormatter = ({ status }) => {
switch (status) {
case 'failure':
return <FailedIcon label={__('Fail')} />;
return <FailedIcon label={__('Failed')} />;
case 'change':
return <ChangedIcon label={__('Changed')} />;
case 'nochange':
Expand Down

0 comments on commit 275e032

Please sign in to comment.