Fix adding delay profile error message

pull/5287/head
Bogdan 2 weeks ago
parent eef55f65c6
commit ecb7d9f6a6

@ -87,9 +87,9 @@ function EditDelayProfileModalContent(props) {
{
!isFetching && !!error ?
<div>
{translate('UnableToAddANewQualityProfilePleaseTryAgain')}
</div> :
<Alert kind={kinds.DANGER}>
{translate('AddDelayProfileError')}
</Alert> :
null
}

@ -18,6 +18,7 @@
"AddConnection": "Add Connection",
"AddConnectionImplementation": "Add Connection - {implementationName}",
"AddDelayProfile": "Add Delay Profile",
"AddDelayProfileError": "Unable to add a new delay profile, please try again.",
"AddDownloadClientImplementation": "Add Download Client - {implementationName}",
"AddImportList": "Add Import List",
"AddImportListExclusion": "Add Import List Exclusion",

Loading…
Cancel
Save