From 791e443a727c323d91003f18028d329aba6ab0bb Mon Sep 17 00:00:00 2001 From: cristinaj Date: Wed, 6 Dec 2017 12:30:10 +0200 Subject: [PATCH] Fix the title of Model column in ECM License datatable. (#2770) --- demo-shell/src/app/components/about/about.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell/src/app/components/about/about.component.ts b/demo-shell/src/app/components/about/about.component.ts index cd2546ccc4..76a5ddd54e 100644 --- a/demo-shell/src/app/components/about/about.component.ts +++ b/demo-shell/src/app/components/about/about.component.ts @@ -80,7 +80,7 @@ export class AboutComponent implements OnInit { {type: 'text', key: 'expiresAt', title: 'Expires At', sortable: true}, {type: 'text', key: 'remainingDays', title: 'Remaining Days', sortable: true}, {type: 'text', key: 'holder', title: 'Holder', sortable: true}, - {type: 'text', key: 'mode', title: 'Is Cluster Enabled', sortable: true}, + {type: 'text', key: 'mode', title: 'Mode', sortable: true}, {type: 'text', key: 'isClusterEnabled', title: 'Is Cluster Enabled', sortable: true}, {type: 'text', key: 'isCryptodocEnabled', title: 'Is Cryptodoc Enable', sortable: true} ]);