Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel committed Mar 13, 2024
1 parent 2a0d5f9 commit 028eb3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
<ng-container *ngIf="noEnvironmentsAvailable && noVirtualMachinesNeeded">
<span
>VirtualMachines are not needed. Only scenarios/courses without
Machines where selected.</span
Machines were selected.</span
>
</ng-container>
<ng-container *ngIf="noEnvironmentsAvailable && !noVirtualMachinesNeeded">
Expand Down Expand Up @@ -449,7 +449,7 @@
<ng-template clrPageTitle>Select Virtual Machines</ng-template>
<ng-container *ngIf="noVirtualMachinesNeeded">
VirtualMachines are not needed. Only scenarios/courses without Machines
where selected.
were selected.
</ng-container>
<ng-container *ngIf="!noVirtualMachinesNeeded">
<clr-toggle-wrapper>
Expand Down

0 comments on commit 028eb3a

Please sign in to comment.