1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Translate System pages

(cherry picked from commit 93e8ff0ac7610fa8739f2e577ece98c2c06c8881)

Closes #8852
This commit is contained in:
Stevie Robinson
2023-07-20 03:19:43 +02:00
committed by Bogdan
parent 86a16c3c0c
commit 92c8c8a7f5
39 changed files with 128 additions and 107 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class Backups extends Component {
{
!isFetching && !!error &&
<Alert kind={kinds.DANGER}>
{translate('UnableToLoadBackups')}
{translate('BackupsLoadError')}
</Alert>
}