|
|
|
|
@ -95,8 +95,8 @@ export class WifiModalComponent implements OnInit {
|
|
|
|
|
this.common.showErrorMessageDialog(()=>{
|
|
|
|
|
this.openNativeSettings.open('wifi').then(()=>{});
|
|
|
|
|
},
|
|
|
|
|
"OK",
|
|
|
|
|
"Wifi is not enabled, Please enable it");
|
|
|
|
|
this.ts.trPK("general", "ok"),
|
|
|
|
|
this.ts.trPK("general","wifi-not-enable-text"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -107,8 +107,8 @@ export class WifiModalComponent implements OnInit {
|
|
|
|
|
this.common.showErrorMessageDialog(()=>{
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
"OK",
|
|
|
|
|
"Failed to validate workspace, Make sure you are in HMG workspace coverage.");
|
|
|
|
|
this.ts.trPK("general", "ok"),
|
|
|
|
|
this.ts.trPK("general","wifi-not-enable-text"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disconnectWifi(){
|
|
|
|
|
|