mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -96,7 +96,7 @@ class BackupRow extends Component {
|
||||
|
||||
<TableRowCell>
|
||||
<Link
|
||||
to={`${window.Lidarr.urlBase}${path}`}
|
||||
to={`${window.Readarr.urlBase}${path}`}
|
||||
noRouter={true}
|
||||
>
|
||||
{name}
|
||||
|
||||
@@ -196,7 +196,7 @@ class RestoreBackupModalContent extends Component {
|
||||
|
||||
<ModalFooter>
|
||||
<div className={styles.additionalInfo}>
|
||||
Note: Lidarr will automatically restart and reload the UI during the restore process.
|
||||
Note: Readarr will automatically restart and reload the UI during the restore process.
|
||||
</div>
|
||||
|
||||
<Button onPress={onModalClose}>
|
||||
|
||||
Reference in New Issue
Block a user