Kaynağa Gözat

更换朋友圈背景title修改

桂欢 1 yıl önce
ebeveyn
işleme
29e7120030

+ 1 - 1
SLAiELTS/SLAiELTS/Vendor/Resources/en.lproj/Localizable.strings

@@ -163,7 +163,7 @@
 "慢" = "slow";
 "设置出生日期" = "Set Birth Date";
 "zh_CN" = "en_US";
-//"男性" = "male";
+"朋友圈背景" = "Moments Background";
 //"男性" = "male";
 //"男性" = "male";
 //"男性" = "male";

+ 1 - 0
SLAiELTS/SLAiELTS/ViewControllers/Moments/Views/HeaderView/SDTimeLineTableHeaderView.m

@@ -155,6 +155,7 @@
     [self.bgSelImageView addTapWithBlock:^{
         SLMsgBgSetVc *vc = [SLMsgBgSetVc loadViewControllewWithNib];
         [weakSelf.viewController navPushViewController:vc animated:YES];
+        vc.title =  NSLocalizedString(@"朋友圈背景", nil);
     }];
 }
 

+ 1 - 1
SLAiELTS/SLAiELTS/ViewControllers/MyVC/VCs/SLMsgBgSetVc.m

@@ -23,7 +23,7 @@
 - (void)viewDidLoad {
     [super viewDidLoad];
     // Do any additional setup after loading the view from its nib.
-    self.title =  NSLocalizedString(@"更换封面相册", nil);
+    self.title =  NSLocalizedString(@"更换相册封面", nil);
     if (@available(iOS 11.0, *)) {
         self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
     } else {

+ 2 - 1
SLAiELTS/SLAiELTS/ViewControllers/MyVC/VCs/SLUserCenterViewController.m

@@ -178,7 +178,8 @@
         if (self.isSetting) {
             arr = @[
                   @[[SLPageModelDetail initWithTitle:NSLocalizedString(@"语言设置", nil) subTitle:@"" bgImage:@""],
-                    [SLPageModelDetail initWithTitle:NSLocalizedString(@"聊天背景", nil) subTitle:@"" bgImage:@""]],
+//                    [SLPageModelDetail initWithTitle:NSLocalizedString(@"聊天背景", nil) subTitle:@"" bgImage:@""]
+                  ],
                   @[[SLPageModelDetail initWithTitle:NSLocalizedString(@"清空聊天记录", nil) subTitle:@"" bgImage:@""],]];
         }
         _dataModels = [NSMutableArray arrayWithArray:arr];