Skip to content

Commit

Permalink
src: standardize capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozol authored and lucasgarfield committed Feb 26, 2024
1 parent f31964a commit 1e5cf5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Modal/FDOCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const FDOCardModal = ({ blueprint }) => {
<CardHeader className="pf-u-pr-0">
<CardTitle>
<Title headingLevel="h4" size="xl">
<FormattedMessage defaultMessage="FIDO Device Onboard" />
<FormattedMessage defaultMessage="FIDO device onboard" />
</Title>
</CardTitle>
</CardHeader>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modal/SSHKeysCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SSHKeysCardModal = ({ blueprint }) => {
<CardHeader className="pf-u-pr-0">
<CardTitle>
<Title headingLevel="h4" size="xl">
<FormattedMessage defaultMessage="SSH Keys" />
<FormattedMessage defaultMessage="SSH keys" />
</Title>
</CardTitle>
</CardHeader>
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"idJaPS": "AWS region",
"jCoHMn": "Image creation failed.",
"jPcnu+": "OCI bucket",
"jZy5Vb": "FIDO device onboard",
"jvo0vs": "Save",
"kPQ+0U": "A source with this name already exists.",
"kkxJBT": "Create image",
Expand Down

0 comments on commit 1e5cf5e

Please sign in to comment.