diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-31 01:59:47 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-10-31 01:59:47 +0000 |
commit | 2a09205aed273a277dd22ca9937b41728b7ceb9c (patch) | |
tree | 00890e8fbb48b86535d4b03c6392088d90c23e4b /applications/luci-app-pbr/htdocs | |
parent | f9899fd1a38ef2784cebc943a65c741e6cf3685c (diff) |
luci-app-pbr: update to sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/htdocs')
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 7 |
1 files changed, 5 insertions, 2 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 c8675423db..09f746eaa9 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 @@ -11,7 +11,7 @@ var pkg = { return "pbr"; }, get ReadmeCompat() { - return "1.1.7-29"; + return "1.1.7-39"; }, get URL() { return ( @@ -267,7 +267,7 @@ var status = baseclass.extend({ ), warningDhcpLanForce: _( _( - "Please set 'dhcp.lan.force=1' to speed up service start-up %s(more info)%s" + "Please set 'dhcp.%%s.force=1' to speed up service start-up %s(more info)%s" ).format( "<a href='" + pkg.URL + @@ -409,6 +409,9 @@ var status = baseclass.extend({ errorDefaultFw4TableMissing: _("Default fw4 table '%s' is missing"), errorDefaultFw4ChainMissing: _("Default fw4 chain '%s' is missing"), errorRequiredBinaryMissing: _("Required binary '%s' is missing"), + errorInterfaceRoutingUnknownDevType: _( + "Unknown IPv6 Link type for device '%s'" + ), }; var errorsTitle = E( "label", |