Jelajahi Sumber

20170302
Change offline unlock warring message.

Ray Zhang 9 tahun lalu
induk
melakukan
d4da786d6a

+ 1 - 1
RedAnt ERP Mobile/common/Functions/offline/OfflineSettingViewController.m

@@ -21,7 +21,7 @@
 @implementation OfflineSettingViewController
 @implementation OfflineSettingViewController
 - (IBAction)onUnlockClicked:(id)sender {
 - (IBAction)onUnlockClicked:(id)sender {
     
     
-    UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:@"Unlock offline" message:@"Unlock offline to sync with another account." preferredStyle:UIAlertControllerStyleAlert];
+    UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:@"Unlock offline" message:@"Unlock offline to sync with another account. Current user data will lost!" preferredStyle:UIAlertControllerStyleAlert];
     //block代码块取代了delegate
     //block代码块取代了delegate