mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix settings fetching failure for updates
This commit is contained in:
@@ -270,7 +270,7 @@ function Updates() {
|
|||||||
|
|
||||||
{generalSettingsError ? (
|
{generalSettingsError ? (
|
||||||
<Alert kind={kinds.DANGER}>
|
<Alert kind={kinds.DANGER}>
|
||||||
{translate('FailedToUpdateSettings')}
|
{translate('FailedToFetchSettings')}
|
||||||
</Alert>
|
</Alert>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
|
@@ -281,6 +281,7 @@
|
|||||||
"External": "External",
|
"External": "External",
|
||||||
"ExternalUpdater": "{appName} is configured to use an external update mechanism",
|
"ExternalUpdater": "{appName} is configured to use an external update mechanism",
|
||||||
"Failed": "Failed",
|
"Failed": "Failed",
|
||||||
|
"FailedToFetchSettings": "Failed to fetch settings",
|
||||||
"FailedToFetchUpdates": "Failed to fetch updates",
|
"FailedToFetchUpdates": "Failed to fetch updates",
|
||||||
"FeatureRequests": "Feature Requests",
|
"FeatureRequests": "Feature Requests",
|
||||||
"Filename": "Filename",
|
"Filename": "Filename",
|
||||||
|
Reference in New Issue
Block a user