From eb4ef846d2a1587beb2c25fc53e8c25c6ca11628 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 26 Sep 2024 20:48:40 +0000 Subject: luci-app-pbr: update to 1.1.7-15 * sync error messages with principal package Signed-off-by: Stan Grishin --- applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-pbr/htdocs/luci-static') 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", -- cgit v1.2.3