瀏覽代碼

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