mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
Fixed: Typo in Lost Connection modal
(cherry picked from commit f6af29fc3b7c3beae91877fb921db7c0bb5390a9)
This commit is contained in:
parent
0e98e93170
commit
4d1931fa0e
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