Skip to content

Commit e0d557f

Browse files
committed
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 <stangri@melmac.ca>
1 parent accb559 commit e0d557f

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

applications/luci-app-pbr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
77
PKG_LICENSE:=AGPL-3.0-or-later
88
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
99
PKG_VERSION:=1.2.2
10-
PKG_RELEASE:=12
10+
PKG_RELEASE:=14
1111

1212
LUCI_TITLE:=Policy Based Routing Service Web UI
1313
LUCI_URL:=https://github.com/mossdef-org/luci-app-pbr/

applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ return view.extend({
141141
"supported_interface",
142142
_("Supported Interfaces"),
143143
_(
144-
"Allows to specify the list of interface names (in lower case) to be explicitly supported by the service. " +
144+
"Allows to specify the list of interface names to be explicitly supported by the service. " +
145145
"Can be useful if your OpenVPN tunnels have dev option other than tun* or tap* or specific use cases " +
146146
"of WireGuard servers. See the %sREADME%s for details."
147147
).format(
@@ -157,7 +157,7 @@ return view.extend({
157157
"ignored_interface",
158158
_("Ignored Interfaces"),
159159
_(
160-
"Allows to specify the list of interface names (lower case) to be ignored by the service. " +
160+
"Allows to specify the list of interface names to be ignored by the service. " +
161161
"Can be useful for an OpenVPN server running on OpenWrt device. WireGuard servers, which " +
162162
"have a listen_port defined, are handled automatically, do not add those here." +
163163
"See the %sREADME%s for details."

applications/luci-app-pbr/po/templates/pbr.pot

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ msgstr ""
4545

4646
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:144
4747
msgid ""
48-
"Allows to specify the list of interface names (in lower case) to be "
49-
"explicitly supported by the service. Can be useful if your OpenVPN tunnels "
50-
"have dev option other than tun* or tap* or specific use cases of WireGuard "
51-
"servers. See the %sREADME%s for details."
48+
"Allows to specify the list of interface names to be explicitly supported by "
49+
"the service. Can be useful if your OpenVPN tunnels have dev option other "
50+
"than tun* or tap* or specific use cases of WireGuard servers. See the "
51+
"%sREADME%s for details."
5252
msgstr ""
5353

5454
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:160
5555
msgid ""
56-
"Allows to specify the list of interface names (lower case) to be ignored by "
57-
"the service. Can be useful for an OpenVPN server running on OpenWrt device. "
58-
"WireGuard servers, which have a listen_port defined, are handled "
59-
"automatically, do not add those here.See the %sREADME%s for details."
56+
"Allows to specify the list of interface names to be ignored by the service. "
57+
"Can be useful for an OpenVPN server running on OpenWrt device. WireGuard "
58+
"servers, which have a listen_port defined, are handled automatically, do not "
59+
"add those here.See the %sREADME%s for details."
6060
msgstr ""
6161

6262
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:44
@@ -642,8 +642,8 @@ msgstr ""
642642

643643
#: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:422
644644
msgid ""
645-
"The %s interface not found, you need to set the "
646-
"'pbr.config.uplink_interface' option"
645+
"The %s interface not found, you need to set the 'pbr.config."
646+
"uplink_interface' option"
647647
msgstr ""
648648

649649
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:97

0 commit comments

Comments
 (0)