From: Paul Donald Date: Tue, 3 Feb 2026 07:30:50 +0000 (+0100) Subject: luci-app-pagekitec: fix i18n compile warn X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c0ba5860a7f413f3717d1e60c4cb6f1b19d82512;p=openwrt-luci.git luci-app-pagekitec: fix i18n compile warn Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js index 84c17852b3..620d7b8a02 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js @@ -166,8 +166,8 @@ return view.extend({ main map */ m = new form.Map('travelmate', 'Travelmate', _('Configuration of the travelmate package to enable travel router functionality. \ - For further information check the online documentation.
\ - Please note: On first start please call the \'Interface Wizard\' once, to make the necessary network- and firewall settings.')); + For further information %s.'.format(`${_('check the online documentation')}`)) + '
' + \ + _('Please note: On first start please call the \'Interface Wizard\' once, to make the necessary network- and firewall settings.')); /* set text content helper function