Skip to content

Commit b438d0c

Browse files
author
ccharlesren
committed
修改"智能日志"文案
文档:https://docs.qq.com/doc/DRWVqbnNJcHdJVHdB 问题-7 Change-Id: I0c71f7f9f93de35127f8af56881e506a6153433c
1 parent bdd90f9 commit b438d0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/LinkApp/Classes/Module/Intelligent/Controller/TIoTIntelligentHomeVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ - (NSArray *)childControllers {
161161
TIoTIntelligentLogVC *intelligentVCLogVC = [[TIoTIntelligentLogVC alloc]init];
162162

163163
self.intelligentVC.title = NSLocalizedString(@"mine_intelligent", @"我的智能");
164-
intelligentVCLogVC.title = NSLocalizedString(@"mine_intelligent_log", @"智能日志");
164+
intelligentVCLogVC.title = NSLocalizedString(@"mine_intelligent_log", @"执行日志");
165165

166166
_childControllers = @[self.intelligentVC,intelligentVCLogVC];
167167
}

Source/LinkApp/Supporting Files/Resource/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
"delay_time_later" = "后";
778778
"modify_intelligent_success"= "修改智能成功";
779779
"mine_intelligent" = "我的智能";
780-
"mine_intelligent_log" = "智能日志";
780+
"mine_intelligent_log" = "执行日志";
781781
"current_no_log" = "当前暂无日志";
782782
"January" = "1月";
783783
"February" = "2月";

Source/LinkApp/Supporting Files/Resource/zh-Hans.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
"delay_time_later" = "后";
776776
"modify_intelligent_success"= "修改智能成功";
777777
"mine_intelligent" = "我的智能";
778-
"mine_intelligent_log" = "智能日志";
778+
"mine_intelligent_log" = "执行日志";
779779
"current_no_log" = "当前暂无日志";
780780
"January" = "1月";
781781
"February" = "2月";

0 commit comments

Comments
 (0)