Fixed: Typo in Connection Lost modal
This commit is contained in:
parent
a6a68b4cae
commit
bc5a43bd92
|
@ -27,7 +27,7 @@ function ConnectionLostModal(props) {
|
|||
|
||||
<ModalBody>
|
||||
<div>
|
||||
Sonarr has lost it's connection to the backend and will need to be reloaded to restore functionality.
|
||||
Sonarr has lost its connection to the backend and will need to be reloaded to restore functionality.
|
||||
</div>
|
||||
|
||||
<div className={styles.automatic}>
|
||||
|
|
Loading…
Reference in New Issue