From: Paul Donald Date: Tue, 3 Feb 2026 07:27:33 +0000 (+0100) Subject: luci-app-pagekitec: fix i18n compile warn X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7a31c90ebb24669566b2fc1f3257bafbebe1bf3d;p=project%2Fluci.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-pagekitec/htdocs/luci-static/resources/view/pagekitec.js b/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js index 9656ea46fe..767ebd1958 100644 --- a/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js +++ b/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js @@ -4,9 +4,9 @@ var desc = _("" + "

Note: you need a working PageKite account, or at least, your own running front end for this form to work. " - + "Visit your account to set up a name for your " - + "router and get a secret key for the connection." - + "

Note: this web configurator only supports " + + "Visit %s to set up a name for your " + + "router and get a secret key for the connection."..format(`${_('your account')}`)) + '
' + + _("

Note: this web configurator only supports " + "some very very basic uses of pagekite." );