diff options
author | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-08-11 13:09:17 +0200 |
---|---|---|
committer | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-08-11 13:17:05 +0200 |
commit | d34e052811f23cb191a38a2170166a7d5e84a5c9 (patch) | |
tree | f0919aa51f7e2a8eb75f02ab9092a030668196c7 /applications/luci-app-statistics/htdocs/luci-static | |
parent | 677da57a28f10428eb99488afef8e068614d4ea6 (diff) |
luci-app-statistics: grammar fixes
To setup (n) -> To set(v) up
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
Diffstat (limited to 'applications/luci-app-statistics/htdocs/luci-static')
-rw-r--r-- | applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js index a3189143eb..db24d18592 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js @@ -182,7 +182,7 @@ return view.extend({ E('button', { 'class': 'cbi-button', 'click': function(ev) { location.href = 'collectd' } - }, [ _('Setup collectd') ]) + }, [ _('Set up collectd') ]) ]) ]); }, |