Rename Protocol to Preferred Protocol in Delay Profiles

(cherry picked from commit 704cf7aebef60b5b5bdf1ea55d68d4a3394396e0)

Closes #2807
This commit is contained in:
Mark McDowall 2022-04-30 16:55:33 -07:00 committed by Bogdan
parent 47f9d27b21
commit 789261ba6b
2 changed files with 2 additions and 1 deletions

View file

@ -85,7 +85,7 @@ class DelayProfile extends Component {
connectDragSource
} = this.props;
let preferred = titleCase(preferredProtocol);
let preferred = titleCase(translate('PreferProtocol', { preferredProtocol }));
if (!enableUsenet) {
preferred = translate('OnlyTorrent');