Skip to content

Commit

Permalink
Strange placeholder behaviour in input field
Browse files Browse the repository at this point in the history
Replace `it’s` with `it is` because the apostrophe is rendered with a big space with the configured `AvenirNext-Regular` font-family. This is the only occurrence of `it’s` in the whole UI, everywhere else `it is` is used. Perhaps for certain reasons.

Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev authored and a110605 committed Jul 1, 2024
1 parent 3c55081 commit 250bb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/backingImage/CreateBackingImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const modal = ({
required: false,
},
],
})(<Input placeholder="Ask Longhorn to validate the SHA512 checksum if it’s specified here." />)}
})(<Input placeholder="Ask Longhorn to validate the SHA512 checksum if it is specified here." />)}
</FormItem>
</Form>
</ModalBlur>
Expand Down

0 comments on commit 250bb2d

Please sign in to comment.