From eea30973a44e3acee1174921e6c3a9fe46209c69 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 1 Sep 2016 14:31:31 +0100 Subject: [PATCH] Fix 'created by' column text --- demo-shell-ng2/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/i18n/en.json b/demo-shell-ng2/i18n/en.json index 6f006a8158..1a35a1e670 100644 --- a/demo-shell-ng2/i18n/en.json +++ b/demo-shell-ng2/i18n/en.json @@ -4,7 +4,7 @@ "DOCUMENT_LIST": { "COLUMNS": { "DISPLAY_NAME": "Display name", - "CREATED_BY": "mario", + "CREATED_BY": "Created by", "CREATED_ON": "Created on" }, "ACTIONS": {