Преглед на файлове

20170302
Change offline unlock warring message.

Ray Zhang преди 9 години
родител
ревизия
d4da786d6a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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