diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-19 16:25:05 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-09-19 16:25:25 +0000 |
commit | 8bdad6dd16e77fffd9b554a6ee313297f85c9367 (patch) | |
tree | d48150868719c9ad90c4c1be25113377e05a2fa7 /applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | |
parent | 470bb2b8540e5b4949c66b04e5f583c5c36a5a7b (diff) |
luci-app-pbr: update to 1.1.7-10
* fix spelling in error message
* sync version with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js')
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" |