From e0d557fdb936c8d29d9bbedf4bea46faa36eaa00 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Tue, 21 Apr 2026 19:15:33 +0000 Subject: [PATCH] luci-app-pbr: update to 1.2.2-r14 fix: drop the lower case requirement wording for the interface options Signed-off-by: Stan Grishin --- applications/luci-app-pbr/Makefile | 2 +- .../resources/view/pbr/overview.js | 4 ++-- .../luci-app-pbr/po/templates/pbr.pot | 20 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index f6d4a86bc1..fdc4956346 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin PKG_VERSION:=1.2.2 -PKG_RELEASE:=12 +PKG_RELEASE:=14 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_URL:=https://github.com/mossdef-org/luci-app-pbr/ diff --git a/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js b/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js index e8906ca667..ac59a63041 100644 --- a/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js +++ b/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js @@ -141,7 +141,7 @@ return view.extend({ "supported_interface", _("Supported Interfaces"), _( - "Allows to specify the list of interface names (in lower case) to be explicitly supported by the service. " + + "Allows to specify the list of interface names to be explicitly supported by the service. " + "Can be useful if your OpenVPN tunnels have dev option other than tun* or tap* or specific use cases " + "of WireGuard servers. See the %sREADME%s for details." ).format( @@ -157,7 +157,7 @@ return view.extend({ "ignored_interface", _("Ignored Interfaces"), _( - "Allows to specify the list of interface names (lower case) to be ignored by the service. " + + "Allows to specify the list of interface names to be ignored by the service. " + "Can be useful for an OpenVPN server running on OpenWrt device. WireGuard servers, which " + "have a listen_port defined, are handled automatically, do not add those here." + "See the %sREADME%s for details." diff --git a/applications/luci-app-pbr/po/templates/pbr.pot b/applications/luci-app-pbr/po/templates/pbr.pot index 6e8cd8176c..3412751836 100644 --- a/applications/luci-app-pbr/po/templates/pbr.pot +++ b/applications/luci-app-pbr/po/templates/pbr.pot @@ -45,18 +45,18 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:144 msgid "" -"Allows to specify the list of interface names (in lower case) to be " -"explicitly supported by the service. Can be useful if your OpenVPN tunnels " -"have dev option other than tun* or tap* or specific use cases of WireGuard " -"servers. See the %sREADME%s for details." +"Allows to specify the list of interface names to be explicitly supported by " +"the service. Can be useful if your OpenVPN tunnels have dev option other " +"than tun* or tap* or specific use cases of WireGuard servers. See the " +"%sREADME%s for details." msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:160 msgid "" -"Allows to specify the list of interface names (lower case) to be ignored by " -"the service. Can be useful for an OpenVPN server running on OpenWrt device. " -"WireGuard servers, which have a listen_port defined, are handled " -"automatically, do not add those here.See the %sREADME%s for details." +"Allows to specify the list of interface names to be ignored by the service. " +"Can be useful for an OpenVPN server running on OpenWrt device. WireGuard " +"servers, which have a listen_port defined, are handled automatically, do not " +"add those here.See the %sREADME%s for details." msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:44 @@ -642,8 +642,8 @@ msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:422 msgid "" -"The %s interface not found, you need to set the " -"'pbr.config.uplink_interface' option" +"The %s interface not found, you need to set the 'pbr.config." +"uplink_interface' option" msgstr "" #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:97