Skip to content

Commit

Permalink
luci-app-pbr: update to 1.1.7-10
Browse files Browse the repository at this point in the history
* fix spelling in error message
* sync version with principal package

Signed-off-by: Stan Grishin <stangri@melmac.ca>
  • Loading branch information
stangri committed Sep 19, 2024
1 parent 470bb2b commit 8bdad6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-pbr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.7
PKG_RELEASE:=7
PKG_RELEASE:=10

LUCI_TITLE:=Policy Based Routing Service Web UI
LUCI_URL:=https://github.com/stangri/luci-app-pbr/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ var status = baseclass.extend({
"The %s service failed to discover WAN gateway"
).format(pkg.Name),
errorNoWanInterface: _(
"The %s inteface not found, you need to set the 'pbr.config.procd_wan_interface' option"
"The %s interface not found, you need to set the 'pbr.config.procd_wan_interface' option"
),
errorNoWanInterfaceHint: _(
"Refer to https://docs.openwrt.melmac.net/pbr/#procd_wan_interface"
Expand Down
2 changes: 1 addition & 1 deletion applications/luci-app-pbr/po/templates/pbr.pot
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ msgstr ""

#: applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js:323
msgid ""
"The %s inteface not found, you need to set the 'pbr.config."
"The %s interface not found, you need to set the 'pbr.config."
"procd_wan_interface' option"
msgstr ""

Expand Down

0 comments on commit 8bdad6d

Please sign in to comment.