Skip to content

Commit 676335b

Browse files
authored
Merge pull request #543 from stgraber/main
ui: Fix typo
2 parents 1d4f30c + 1b3865c commit 676335b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/components/RebootOSBtn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const RebootOSBtn: FC<Props> = ({ pending = false }) => {
5555
</>
5656
}
5757
>
58-
<p>Are you sure you want to reboot the server ?</p>
58+
<p>Are you sure you want to reboot the server?</p>
5959
</ModalWindow>
6060
</>
6161
);

ui/src/components/ShutdownOSBtn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const ShutdownOSBtn: FC = () => {
5050
</>
5151
}
5252
>
53-
<p>Are you sure you want to power off the server ?</p>
53+
<p>Are you sure you want to power off the server?</p>
5454
</ModalWindow>
5555
</>
5656
);

0 commit comments

Comments
 (0)