diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-26 20:48:40 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-09-26 20:48:45 +0000 |
commit | eb4ef846d2a1587beb2c25fc53e8c25c6ca11628 (patch) | |
tree | ed83d0a358bd0cb4923418ffc6b6f5149c43b996 /applications/luci-app-pbr/htdocs/luci-static/resources | |
parent | 63d8b79c79ed90bbb967483addd9e5fca350932d (diff) |
luci-app-pbr: update to 1.1.7-15
* sync error messages with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 4 |
1 files changed, 3 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 c9ba968af1..2ece6a4f58 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 @@ -302,7 +302,6 @@ var status = baseclass.extend({ errorConfigValidation: _("Config (%s) validation failure").format( "/etc/config/" + pkg.Name ), - errorNoIpFull: _("%s binary cannot be found").format("ip-full"), errorNoIptables: _("%s binary cannot be found").format("iptables"), errorNoIpset: _( "Resolver set support (%s) requires ipset, but ipset binary cannot be found" @@ -396,6 +395,9 @@ var status = baseclass.extend({ errorIncompatibleUserFile: _( "Incompatible custom user file detected '%s'" ), + errorDefaultFw4TableMissing: _("Default fw4 table '%s' is missing"), + errorDefaultFw4ChainMissing: _("Default fw4 chain '%s' is missing"), + errorRequiredBinaryMissing: _("Required binary '%s' is missing"), }; var errorsTitle = E( "label", |