Fix adding delay profile error message
This commit is contained in:
@@ -87,9 +87,9 @@ function EditDelayProfileModalContent(props) {
|
|||||||
|
|
||||||
{
|
{
|
||||||
!isFetching && !!error ?
|
!isFetching && !!error ?
|
||||||
<div>
|
<Alert kind={kinds.DANGER}>
|
||||||
{translate('UnableToAddANewQualityProfilePleaseTryAgain')}
|
{translate('AddDelayProfileError')}
|
||||||
</div> :
|
</Alert> :
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
"AddConnection": "Add Connection",
|
"AddConnection": "Add Connection",
|
||||||
"AddConnectionImplementation": "Add Connection - {implementationName}",
|
"AddConnectionImplementation": "Add Connection - {implementationName}",
|
||||||
"AddDelayProfile": "Add Delay Profile",
|
"AddDelayProfile": "Add Delay Profile",
|
||||||
|
"AddDelayProfileError": "Unable to add a new delay profile, please try again.",
|
||||||
"AddDownloadClientImplementation": "Add Download Client - {implementationName}",
|
"AddDownloadClientImplementation": "Add Download Client - {implementationName}",
|
||||||
"AddImportList": "Add Import List",
|
"AddImportList": "Add Import List",
|
||||||
"AddImportListExclusion": "Add Import List Exclusion",
|
"AddImportListExclusion": "Add Import List Exclusion",
|
||||||
|
|||||||
Reference in New Issue
Block a user