Skip to content

Commit

Permalink
fix: improve boot source keyring data placeholder (#5354)
Browse files Browse the repository at this point in the history
  • Loading branch information
r00ta authored Mar 19, 2024
1 parent 84ff164 commit fd0b95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const FetchImagesFormFields = (): JSX.Element => {
help="Contents on the keyring to validate the mirror path."
label={Labels.KeyringData}
name="keyring_data"
placeholder="Contents of GPG key"
placeholder="Contents of GPG key (base64 encoded)"
/>
</ShowAdvanced>
</>
Expand Down

0 comments on commit fd0b95c

Please sign in to comment.