Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a623ad7

Browse files
企业版 两步验证:添加两步验证时,提示语 Bug
1 parent 7882fcf commit a623ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Coding_iOS/Ease_2FA/Controllers/OTPListViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ - (void)configUI{
149149
if (!_tipLabel) {
150150
_tipLabel = [UILabel new];
151151
_tipLabel.numberOfLines = 0;
152-
_tipLabel.textAlignment = NSTextAlignmentCenter;
152+
_tipLabel.textAlignment = NSTextAlignmentNatural;
153153
_tipLabel.textColor = kColor222;
154-
_tipLabel.text = @"启用两步验证后,登录 CODING 账户或进行敏感操作时都将需要输入密码和本客户端生成的验证码";
154+
_tipLabel.text = @"启用两步验证后,账户登录或进行敏感操作时,都将需要输入密码和本客户端生成的验证码";
155155
[self.view addSubview:_tipLabel];
156156
}
157157
if (!_beginButton) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /