Răsfoiți Sursa

1.修改iOS Apex Mobile Share -> Share With Someone。

Pen Li 8 ani în urmă
părinte
comite
470b3ec3eb

+ 1 - 1
Apex Mobile/Apex Mobile/AMResultViewController.m

@@ -734,7 +734,7 @@
     UIAlertAction *saveAction = [UIAlertAction actionWithTitle:@"Save Document" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
         [weakSelf saveDocument];
     }];
-    UIAlertAction *shareAction = [UIAlertAction actionWithTitle:@"Share Document" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
+    UIAlertAction *shareAction = [UIAlertAction actionWithTitle:@"Share With Someone" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
         [weakSelf shareDocument];
     }];
     UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"Cancel" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {

+ 1 - 1
Apex Mobile/Apex Mobile/Base.lproj/Localizable.strings

@@ -54,5 +54,5 @@
 "about_support_key"="Support:";
 "about_support_value"="USAIRedAnt@united-us.net";
 "search_document"="Search Document";
-"share_detail"="Share Detail";
+"share_detail"="Share With Someone";
 "save_detail"="Save Detail";