File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
FirebaseAuthSwiftUI/Sources/Utils
FirebasePhoneAuthSwiftUI/Sources/Views Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -315,14 +315,13 @@ public class StringUtils {
315
315
public var phoneNumberVerificationCodeLabel : String {
316
316
return localizedString ( for: " Enter verification code " )
317
317
}
318
-
318
+
319
319
/// Phone provider
320
320
/// found in:
321
321
/// - PhoneAuthButtonView
322
- public var smsCodeSentLabel : String {
323
- return localizedString ( for: " SMS code sent " )
322
+ public var smsCodeSendButtonLabel : String {
323
+ return localizedString ( for: " Send SMS code" )
324
324
}
325
-
326
325
/// Phone provider
327
326
/// found in:
328
327
/// - PhoneAuthButtonView
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ extension PhoneAuthView: View {
48
48
}
49
49
}
50
50
} ) {
51
- Text ( authService. string. smsCodeSentLabel )
51
+ Text ( authService. string. smsCodeSendButtonLabel )
52
52
. padding ( . vertical, 8 )
53
53
. frame ( maxWidth: . infinity)
54
54
}
You can’t perform that action at this time.
0 commit comments