From 6b58ff6be1b45ed911b00aff680eaecb0fc73fc5 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 21 七月 2021 16:05:44 +0800
Subject: [PATCH] 2021-07-21 1.录像回放隐藏相关功能
---
EZSDK/EZSDK/EZ/UIViewControllers/EZAPWiFiConfigViewController.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/EZSDK/EZSDK/EZ/UIViewControllers/EZAPWiFiConfigViewController.m b/EZSDK/EZSDK/EZ/UIViewControllers/EZAPWiFiConfigViewController.m
index 7f32d14..eff6e76 100644
--- a/EZSDK/EZSDK/EZ/UIViewControllers/EZAPWiFiConfigViewController.m
+++ b/EZSDK/EZSDK/EZ/UIViewControllers/EZAPWiFiConfigViewController.m
@@ -123,7 +123,7 @@
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = self.wifiPwdLabel.text;
- [self.view makeToast:@"done" duration:1.5 position:@"center"];
+ [self.view makeToast:NSLocalizedString(@"done",@"纭畾") duration:1.5 position:@"center"];
}
- (IBAction)addBtnClick:(id)sender
--
Gitblit v1.8.0