mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-23 14:41:27 +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}>
|
||||
<ModalHeader>
|
||||
Connnection Lost
|
||||
Connection Lost
|
||||
</ModalHeader>
|
||||
|
||||
<ModalBody>
|
||||
|
|
Loading…
Reference in a new issue