mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-23 22:51:19 +00:00
Fixed: Typo in Lost Connection modal
This commit is contained in:
parent
b0a66cc03d
commit
f6af29fc3b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function ConnectionLostModal(props) {
|
||||||
>
|
>
|
||||||
<ModalContent onModalClose={onModalClose}>
|
<ModalContent onModalClose={onModalClose}>
|
||||||
<ModalHeader>
|
<ModalHeader>
|
||||||
Connnection Lost
|
Connection Lost
|
||||||
</ModalHeader>
|
</ModalHeader>
|
||||||
|
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
|
|
Loading…
Reference in a new issue