From c403f9987ae8d7460f37b8a1b4456c18a3496407 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Tue, 28 May 2019 07:58:53 +0200
Subject: [PATCH] - update appmonitor client class - simplify filter on top in
 the project overview

---
 config/lang/de.json | 1 +
 config/lang/en.json | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/lang/de.json b/config/lang/de.json
index ba6137a1..da63f844 100644
--- a/config/lang/de.json
+++ b/config/lang/de.json
@@ -34,6 +34,7 @@
     "overview-filterreset":"Reset Filter",
     "overview-filterreset-hint":"Filter zur&uuml;cksetzen",
     "overview-filterprogress":"Fortschritt",
+    "overview-projectcount":"Anzahl der Projekte",
     
     "class-actionlog-title": "Action-Log",
     "class-actionlog-filter": "Filter",
diff --git a/config/lang/en.json b/config/lang/en.json
index 749b76cd..ae64fc77 100644
--- a/config/lang/en.json
+++ b/config/lang/en.json
@@ -33,6 +33,7 @@
     "overview-filterreset":"Reset filter",
     "overview-filterreset-hint":"Remove all filter settings",
     "overview-filterprogress":"Progress",
+    "overview-projectcount":"Count of projects",
     
     "class-actionlog-title": "Action-Log",
     "class-actionlog-filter": "Filter",
-- 
GitLab