Fix settings fetching failure for updates

This commit is contained in:
Bogdan
2024-10-27 09:01:07 +02:00
parent b4d76c7138
commit fd2a14e01b
2 changed files with 2 additions and 1 deletions

View File

@@ -270,7 +270,7 @@ function Updates() {
{generalSettingsError ? ( {generalSettingsError ? (
<Alert kind={kinds.DANGER}> <Alert kind={kinds.DANGER}>
{translate('FailedToUpdateSettings')} {translate('FailedToFetchSettings')}
</Alert> </Alert>
) : null} ) : null}

View File

@@ -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",