From b0e229a0273cc10a5d75431cfea0152b17f321f4 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 3 Feb 2026 08:17:08 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/resources/view/transmission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js b/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js index 8381f86924..de4a4e52de 100644 --- a/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js +++ b/applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js @@ -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 tcp-congestion-control.')); + _('This is documented on %s.'.format('tcp-congestion-control'))); o = s.option(form.Value, 'peer_id_ttl_hours', _('Recycle peer id after'), _('hours'));