Skip to content

Commit 2c57d97

Browse files
chore: fix wrong property name
1 parent 8d787fc commit 2c57d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/PasswordRecoveryView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extension PasswordRecoveryView: View {
5454
.font(.largeTitle)
5555
.fontWeight(.bold)
5656
.padding()
57-
Text(authService.string.passwordRecoveryMessage)
57+
Text(authService.string.passwordRecoveryHelperMessage)
5858
.padding()
5959

6060
Divider()

0 commit comments

Comments
 (0)