From 5195a3133dbd75f2c4cf8aae473a84c3d298a54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Tue, 20 Dec 2016 11:30:36 +0000 Subject: [PATCH] fix locale json --- frontend/locales/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/locales/en-us.json b/frontend/locales/en-us.json index 26fff397..616f7a52 100644 --- a/frontend/locales/en-us.json +++ b/frontend/locales/en-us.json @@ -11,5 +11,5 @@ "mem-res-set-size": "Memory resident set size", "mem-res-set-size-sm": "Process memory that is actually stored in the RAM", "apache-http-reqs": "Apache HTTP requests", - "apache-http-reqs-sm": "Number of website requests to apache if it is used", + "apache-http-reqs-sm": "Number of website requests to apache if it is used" } \ No newline at end of file