mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-15 08:19:05 +00: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');
|
||||
|
|
|
@ -684,6 +684,7 @@
|
|||
"PortNumber": "Port Number",
|
||||
"PosterSize": "Poster Size",
|
||||
"PreferAndUpgrade": "Prefer and Upgrade",
|
||||
"PreferProtocol": "Prefer {preferredProtocol}",
|
||||
"PreferTorrent": "Prefer Torrent",
|
||||
"PreferUsenet": "Prefer Usenet",
|
||||
"PreferredProtocol": "Preferred Protocol",
|
||||
|
|
Loading…
Add table
Reference in a new issue