diff options
Diffstat (limited to 'applications/luci-app-pbr/htdocs/luci-static')
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 15 |
1 files changed, 9 insertions, 6 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 184e1285b1..1afbf6d35e 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.6-16"; + return "1.1.7-1"; }, get URL() { return ( @@ -383,16 +383,19 @@ var status = baseclass.extend({ ), errorNftFileInstall: _("Failed to install fw4 nft file '%s'"), errorNoDownloadWithSecureReload: _( - "Policy '%s' refers to URL which can't be downloaded in 'secure_reload' mode!" + "Policy '%s' refers to URL which can't be downloaded in 'secure_reload' mode" ), errorDownloadUrlNoHttps: _( - "Failed to download '%s', HTTPS is not supported!" + "Failed to download '%s', HTTPS is not supported" ), - errorDownloadUrl: _("Failed to download '%s'!"), + errorDownloadUrl: _("Failed to download '%s'"), errorFileSchemaRequiresCurl: _( - "The file:// schema requires curl, but it's not detected on this system!" + "The file:// schema requires curl, but it's not detected on this system" + ), + errorTryFailed: _("Command failed: '%s'"), + errorIncompatibleUserFile: _( + "Incompatible custom user file detected '%s'" ), - errorTryFailed: _("Command failed: %s"), }; var errorsTitle = E( "label", |