Skip to content

Commit

Permalink
Fixed trivial spelling error in keyring placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
DEmmons committed Oct 29, 2024
1 parent 6868284 commit cf54729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const FetchImagesFormFields = (): JSX.Element => {
help="Path to the keyring to validate the mirror path."
label={Labels.KeyringFilename}
name="keyring_filename"
placeholder="e.g. /usr/share/keyrings/ubuntu-clooudimage-keyring.gpg"
placeholder="e.g. /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg"
type="text"
/>
<FormikField
Expand Down

0 comments on commit cf54729

Please sign in to comment.