Skip to content

Commit

Permalink
fix: update run all checks label
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Mar 11, 2024
1 parent 72bb43d commit ca23131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const DataIntegrityChecksField = ({ label, name }) => {
<Radio
name={'checksToRun'}
value={'false'}
label={i18n.t('Run all available checks')}
label={i18n.t('Run all standard checks')}
checked={!runSelected}
onChange={toggle}
/>
Expand Down

0 comments on commit ca23131

Please sign in to comment.