Clarify delay profile bypass only applies to preferred protocol

This commit is contained in:
Taloth Saldono 2021-05-22 10:44:57 +02:00
parent 9e81d41f26
commit 6c5cc430b7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function EditDelayProfileModalContent(props) {
type={inputTypes.CHECK}
name="bypassIfHighestQuality"
{...bypassIfHighestQuality}
helpText="Bypass delay when release has the highest enabled quality in the quality profile"
helpText="Bypass delay when release has the highest enabled quality in the quality profile with the preferred protocol"
onChange={onInputChange}
/>
</FormGroup>