no message

mohemm-wifi-feature
Zohaib Iqbal Kambrani 5 years ago
parent 839f752a58
commit d65940dc64

@ -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(){

@ -887,10 +887,18 @@
"en": "NFC",
"ar": "NFC"
},
"wifi-not-enable-text": {
"en": "Wifi is not enabled, Please enable it",
"ar": "Wifi is not enabled, Please enable it"
},
"wifi-text": {
"en": "Wifi",
"ar": "Wifi"
},
"wifi-connection-failed-text": {
"en": "Failed to validate workspace, Make sure you are in HMG workspace coverage.",
"ar": "Failed to validate workspace, Make sure you are in HMG workspace coverage."
},
"qr-text": {
"en": "QR Code",
"ar": "الشفرة QR"

Loading…
Cancel
Save