luci-app-pbr: update to 1.2.2-r14
authorStan Grishin <redacted>
Tue, 21 Apr 2026 19:15:33 +0000 (19:15 +0000)
committerStan Grishin <redacted>
Tue, 21 Apr 2026 23:16:46 +0000 (16:16 -0700)
fix: drop the lower case requirement wording for the interface options

Signed-off-by: Stan Grishin <redacted>
applications/luci-app-pbr/Makefile
applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js
applications/luci-app-pbr/po/templates/pbr.pot

index f6d4a86bc1f7e4e1b6ab89e8132cad3d3aab15f8..fdc495634653fe7f940d976d9046aaf9ab71484b 100644 (file)
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
 PKG_LICENSE:=AGPL-3.0-or-later
 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
 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/
index e8906ca66786028e61452343cc990da78277364e..ac59a63041ccd9345c2e697f6b0fb45571525e29 100644 (file)
@@ -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."
index 6e8cd8176c4a5a1291ee254190c357775fbf81d5..34127518369783a812201f60400fd201dcde8c83 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT