|
|
@ -104,7 +104,7 @@ class QualityProfile extends Component {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
key={item.quality.id}
|
|
|
|
key={item.quality.id}
|
|
|
|
kind={isCutoff ? kinds.INFO : kinds.default}
|
|
|
|
kind={isCutoff ? kinds.INFO : kinds.DEFAULT}
|
|
|
|
title={isCutoff ? translate('IsCutoffUpgradeUntilThisQualityIsMetOrExceeded') : null}
|
|
|
|
title={isCutoff ? translate('IsCutoffUpgradeUntilThisQualityIsMetOrExceeded') : null}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{item.quality.name}
|
|
|
|
{item.quality.name}
|
|
|
@ -120,7 +120,7 @@ class QualityProfile extends Component {
|
|
|
|
className={styles.tooltipLabel}
|
|
|
|
className={styles.tooltipLabel}
|
|
|
|
anchor={
|
|
|
|
anchor={
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
kind={isCutoff ? kinds.INFO : kinds.default}
|
|
|
|
kind={isCutoff ? kinds.INFO : kinds.DEFAULT}
|
|
|
|
title={isCutoff ? translate('IsCutoffCutoff') : null}
|
|
|
|
title={isCutoff ? translate('IsCutoffCutoff') : null}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{item.name}
|
|
|
|
{item.name}
|
|
|
@ -133,7 +133,7 @@ class QualityProfile extends Component {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
key={groupItem.quality.id}
|
|
|
|
key={groupItem.quality.id}
|
|
|
|
kind={isCutoff ? kinds.INFO : kinds.default}
|
|
|
|
kind={isCutoff ? kinds.INFO : kinds.DEFAULT}
|
|
|
|
title={isCutoff ? translate('IsCutoffCutoff') : null}
|
|
|
|
title={isCutoff ? translate('IsCutoffCutoff') : null}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{groupItem.quality.name}
|
|
|
|
{groupItem.quality.name}
|
|
|
|