From 15602f43d1aef1b020b21a9256cfcc177a4258de Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Sun, 4 Sep 2022 01:58:14 +0300 Subject: fix apps plugin users charts descriptipon (#13621) --- web/gui/dashboard_info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') 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 this article for more information.' }, 'users.vmem': { - info: 'Virtual memory allocated per user group since the Netdata restart. Please check this article for more information.' + info: 'Virtual memory allocated per user since the Netdata restart. Please check this article for more information.' }, 'apps.minor_faults': { -- cgit v1.2.3