From 1a0491f2462d2c309bd8e310b22c11019a79ce1e Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 20 Mar 2017 16:02:14 +0000
Subject: [PATCH] #3527 fix - Added applications forms and metadata component
---
securis/src/main/webapp/src/app/common/i18n.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/src/app/common/i18n.ts b/securis/src/main/webapp/src/app/common/i18n.ts
index 7e71f18..1d81d6f 100644
--- a/securis/src/main/webapp/src/app/common/i18n.ts
+++ b/securis/src/main/webapp/src/app/common/i18n.ts
@@ -93,7 +93,7 @@
* $L.get('hello'); // This returns "hola"
* $L.get('Hello {0}!!', 'John'); // This returns: "Hola John!!" if language is spanish
*/
- get(msg: string, ...params: string[] ) : string {
+ get(msg: string, ...params: any[] ) : string {
if (msg == null) {
return '';
}
--
Gitblit v1.3.2