1
0
Fork 0
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:
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');

View file

@ -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",