mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Rename Protocol to Preferred Protocol in Delay Profiles
(cherry picked from commit 704cf7aebef60b5b5bdf1ea55d68d4a3394396e0) Closes #2807
This commit is contained in:
parent
47f9d27b21
commit
789261ba6b
2 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue