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

@ -887,10 +887,18 @@
"en": "NFC", "en": "NFC",
"ar": "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": { "wifi-text": {
"en": "Wifi", "en": "Wifi",
"ar": "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": { "qr-text": {
"en": "QR Code", "en": "QR Code",
"ar": "الشفرة QR" "ar": "الشفرة QR"

Loading…
Cancel
Save