summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorce-4 <chr.egger@gmail.com>2020-04-01 18:43:42 +0000
committerJo-Philipp Wich <jo@mein.io>2020-04-08 09:05:13 +0200
commit4be05a5fb85d48865b0536fa3891be3c8ed1d73b (patch)
tree383d48308b3833e5a80015d5737dab788d3e7dcc
parentfde15967f411e48c876c8ceecca981d335199bf1 (diff)
luci-app-statistics: splash_leases.js: fix typo in configSummary string
Suggested-by: ce-4 <chr.egger@gmail.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js
index 6ab519618..34d0ca9b4 100644
--- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js
+++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js
@@ -7,6 +7,6 @@ return baseclass.extend({
description: _('The splash leases plugin uses libuci to collect statistics about splash leases.'),
configSummary: function(section) {
- return _('Monitoring spash leases');
+ return _('Monitoring splash leases');
}
});