diff options
-rw-r--r-- | applications/luci-app-pbr/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 2 | ||||
-rw-r--r-- | applications/luci-app-pbr/po/templates/pbr.pot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index d6739a914d..2583760f57 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 <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/ diff --git a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js index 1afbf6d35e..c9ba968af1 100644 --- a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js +++ b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js @@ -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" diff --git a/applications/luci-app-pbr/po/templates/pbr.pot b/applications/luci-app-pbr/po/templates/pbr.pot index cc0abc0d7f..960a85a2ba 100644 --- a/applications/luci-app-pbr/po/templates/pbr.pot +++ b/applications/luci-app-pbr/po/templates/pbr.pot @@ -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 "" |