mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
luci-app-transmission: fix i18n compile warn
Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -176,7 +176,7 @@ return view.extend({
|
||||
o = s.option(form.Value, 'bind_address_ipv6', _('Binding address IPv6'));
|
||||
|
||||
o = s.option(form.Value, 'peer_congestion_algorithm', _('Peer congestion algorithm'),
|
||||
_('This is documented on <a href="https://www.irif.fr/~jch/software/bittorrent/tcp-congestion-control.html" target="_blank" rel="noreferrer noopener">tcp-congestion-control</a>.'));
|
||||
_('This is documented on %s.'.format('<a href="https://www.irif.fr/~jch/software/bittorrent/tcp-congestion-control.html" target="_blank" rel="noreferrer noopener">tcp-congestion-control</a>')));
|
||||
|
||||
o = s.option(form.Value, 'peer_id_ttl_hours', _('Recycle peer id after'), _('hours'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user