Bladeren bron

20170302
Change offline unlock warring message.

Ray Zhang 9 jaren geleden
bovenliggende
commit
d4da786d6a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      RedAnt ERP Mobile/common/Functions/offline/OfflineSettingViewController.m

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

@@ -21,7 +21,7 @@
 @implementation OfflineSettingViewController
 - (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