summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-09-04 01:58:14 +0300
committerGitHub <noreply@github.com>2022-09-04 01:58:14 +0300
commit15602f43d1aef1b020b21a9256cfcc177a4258de (patch)
tree1c3513dd448f48902312eb5b9406dc9c9f7f2bae /web
parent53abc92b8ac69165f0d1d203ce5e3f6db19187fa (diff)
fix apps plugin users charts descriptipon (#13621)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 1574d35e3e..e14d565db9 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -2687,7 +2687,7 @@ netdataDashboard.context = {
info: 'Real memory (RAM) used per user group. This does not include shared memory.'
},
'users.mem': {
- info: 'Real memory (RAM) used per user group. This does not include shared memory.'
+ info: 'Real memory (RAM) used per user. This does not include shared memory.'
},
'apps.vmem': {
@@ -2698,7 +2698,7 @@ netdataDashboard.context = {
info: 'Virtual memory allocated per user group since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
},
'users.vmem': {
- info: 'Virtual memory allocated per user group since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
+ info: 'Virtual memory allocated per user since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
},
'apps.minor_faults': {