1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Update some translation keys

This commit is contained in:
Stevie Robinson
2024-02-01 04:34:17 +01:00
committed by GitHub
parent 8f0514a91d
commit e66c628241
3 changed files with 5 additions and 5 deletions
@@ -88,7 +88,7 @@ function EditDelayProfileModalContent(props) {
{
!isFetching && !!error ?
<div>
{translate('AddQualityProfileError')}
{translate('AddDelayProfileError')}
</div> :
null
}