mirror of
https://github.com/Readarr/Readarr
synced 2026-02-05 22:32:31 +01:00
Fix Radarr reference in Updates.js
This commit is contained in:
parent
54444c27ea
commit
6a747ae110
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class Updates extends Component {
|
|||
const hasUpdateToInstall = hasUpdates && _.some(items, { installable: true, latest: true });
|
||||
const noUpdateToInstall = hasUpdates && !hasUpdateToInstall;
|
||||
|
||||
const externalUpdaterPrefix = 'Unable to update Radarr directly,';
|
||||
const externalUpdaterPrefix = 'Unable to update Readarr directly,';
|
||||
const externalUpdaterMessages = {
|
||||
external: 'Readarr is configured to use an external update mechanism',
|
||||
apt: 'use apt to install the update',
|
||||
|
|
|
|||
Loading…
Reference in a new issue