Fix Bug 1974: No.Of Hours Value for the running instances is hidden in Dashboard

		- No.Of Hours Value for the running instances will be visible in Dashboard Instance graph
		- Changed the metrics error message
		- Changed the font size of mandatory field message.

Change-Id: If6b62d645ba10a38fb969ed189d7e7a5ce2d45a5
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts b/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
index a66f78a..b5f7b01 100644
--- a/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
+++ b/src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
@@ -184,7 +184,7 @@
                 window.open(location);
               } else {
                 this.isLoadingNSInstanceAction = false;
-                this.notifierService.notify('error', this.translateService.instant('GRAFANA.METRICSERROR'));
+                this.notifierService.notify('error', this.translateService.instant('PAGE.NSMETRIC.METRICERROR'));
               }
             });
             this.doChanges();