Fix for Bug 1495 NG-UI does not start on Air-gapped environments.
* Removed external access URL.
* Need to add the location latitude & longitude manually.
Change-Id: I08392af62431b36c7ce312fcfa8820861790ed34
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json
index 0c45011..79cf07f 100644
--- a/src/assets/i18n/de.json
+++ b/src/assets/i18n/de.json
@@ -200,7 +200,7 @@
},
"VIM": {
"CREATEDSUCCESSFULLY": "VIM erfolgreich erstellt",
- "LOCATIONINFO": "Geben Sie den Standortnamen ein und klicken Sie auf die Eingabetaste"
+ "LOCATIONINFO": "Geben Sie den Namen des Datenorts, den Breiten- und Längengrad ein, der in der Kartenansicht angezeigt werden soll"
},
"VIMDETAILS": {
"NEWVIM": "Nieuwe VIM",
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 62138c9..164d465 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -200,7 +200,7 @@
},
"VIM": {
"CREATEDSUCCESSFULLY": "VIM Created Successfully",
- "LOCATIONINFO": "Type the location name and click enter"
+ "LOCATIONINFO": "Type the Data location name, Latitude & Longitude to show in map view"
},
"VIMDETAILS": {
"NEWVIM": "New VIM",
diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json
index 729ec4c..9592c8d 100644
--- a/src/assets/i18n/es.json
+++ b/src/assets/i18n/es.json
@@ -200,7 +200,7 @@
},
"VIM": {
"CREATEDSUCCESSFULLY": "VIM creada correctamente",
- "LOCATIONINFO": "Escriba el nombre de la ubicación y haga clic en ingresar"
+ "LOCATIONINFO": "Escriba el nombre de la ubicación de datos, latitud y longitud para mostrar en la vista de mapa"
},
"VIMDETAILS": {
"NEWVIM": "Nuevo VIM",
diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json
index 5af81aa..67db90a 100644
--- a/src/assets/i18n/pt.json
+++ b/src/assets/i18n/pt.json
@@ -200,7 +200,7 @@
},
"VIM": {
"CREATEDSUCCESSFULLY": "VIM criado com sucesso",
- "LOCATIONINFO": "Digite o nome do local e clique em Enter"
+ "LOCATIONINFO": "Digite o nome do local de dados, latitude e longitude para mostrar na visualização do mapa"
},
"VIMDETAILS": {
"NEWVIM": "Novo VIM",
diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss
index 11895f7..38318a7 100644
--- a/src/assets/scss/app.scss
+++ b/src/assets/scss/app.scss
@@ -709,3 +709,6 @@
.text-captilize {
text-transform: capitalize;
}
+.text-info{
+ color: $secondary !important;
+}