소스 검색

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