From edc0f0a0439f9e5a11593e21a4779fa6dbcbe49d Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 06 八月 2021 11:23:49 +0800 Subject: [PATCH] 2021-08-06 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