Skip to content

Commit

Permalink
Merge pull request #615 from mcagov/760_hexId_length_increase
Browse files Browse the repository at this point in the history
Update Second Generation checkbox
  • Loading branch information
slkendell-mt authored Oct 5, 2023
2 parents 54e958b + 0e56fef commit c1714da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const BeaconIsSecondGenerationCheckbox: FunctionComponent<FormInputProps> = ({
<CheckboxListItem
id="isSecondGeneration"
defaultChecked={value == "true"}
label="Is Second Generation HEX ID"
label="Is Second Generation (23 Character) HEX ID"
/>
</FormGroup>
);
Expand Down

0 comments on commit c1714da

Please sign in to comment.