Skip to content

Commit

Permalink
Fix typos (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra authored Nov 18, 2024
1 parent f1e6666 commit cd76f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/agent/src/login-form/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const LoginForm: React.FC<LoginForm.Props> = (props) => {
</FormGroup>

<FormGroup
label="WMware Username"
label="VMware Username"
isRequired
fieldId="username-form-control"
hidden={
Expand Down
2 changes: 1 addition & 1 deletion apps/agent/src/login-form/hooks/UseViewModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const useViewModel = (): LoginFormViewModelInterface => {
return [
{
id: 1,
text: "The migration discovery WM is connected to your VMware environment",
text: "The migration discovery VM is connected to your VMware environment",
},
];
case FormStates.InvalidCredentials:
Expand Down

0 comments on commit cd76f43

Please sign in to comment.