1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Improve add/loading error notices

This commit is contained in:
Bogdan
2024-02-04 20:40:38 +02:00
committed by Mark McDowall
parent bd9d4b484c
commit dd704579df
38 changed files with 73 additions and 71 deletions
@@ -47,7 +47,7 @@ class RemotePathMappings extends Component {
} = this.props;
return (
<FieldSet legend={translate('RemotePathMappings')} >
<FieldSet legend={translate('RemotePathMappings')}>
<PageSectionContent
errorMessage={translate('RemotePathMappingsLoadError')}
{...otherProps}