diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-20 13:23:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 13:23:14 -0700 |
commit | c360e3742c79cb6276f39ed769a3a0fc9dda87da (patch) | |
tree | 29831c04d92f9f35d9a3c57f281c57f83eb60e58 /applications/luci-app-pbr/htdocs/luci-static | |
parent | a2c21a62c9cd10b61baa48f4881cd8794930e4ff (diff) | |
parent | 8bdad6dd16e77fffd9b554a6ee313297f85c9367 (diff) |
Merge pull request #7287 from stangri/master-luci-app-pbr
luci-app-pbr: update to 1.1.7-10
Diffstat (limited to 'applications/luci-app-pbr/htdocs/luci-static')
-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" |