Skip to content

Commit

Permalink
style: Fixed trivial spelling error in keyring placeholder text (#5555)
Browse files Browse the repository at this point in the history
- Edited the placeholder text, changing it from "e.g. /usr/share/keyrings/ubuntu-clooudimage-keyring.gpg" to "e.g. /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg"

Resolves [LP#2085803](https://bugs.launchpad.net/maas-ui/+bug/2085803)
  • Loading branch information
DEmmons authored Oct 30, 2024
1 parent 6868284 commit 6f4d066
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 6f4d066

Please sign in to comment.