mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +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}>
|
<ModalContent onModalClose={onModalClose}>
|
||||||
<ModalHeader>
|
<ModalHeader>
|
||||||
Connnection Lost
|
Connection Lost
|
||||||
</ModalHeader>
|
</ModalHeader>
|
||||||
|
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
|
|
Loading…
Reference in a new issue