Fixed translations for the updates page

This commit is contained in:
Bogdan 2025-06-09 23:31:56 +03:00
parent c518cf63e7
commit 68a8f40746
2 changed files with 4 additions and 1 deletions

View file

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