Skip to content

Commit cab823c

Browse files
chore: change button name to "X"
1 parent 94415ff commit cab823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseTwitterSwiftUI/Sources/Views/SignInWithTwitterButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension SignInWithTwitterButton: View {
3939
.scaledToFit()
4040
.frame(width: 24, height: 24)
4141
.foregroundColor(.white)
42-
Text("Sign in with Twitter")
42+
Text("Sign in with X")
4343
.fontWeight(.semibold)
4444
.foregroundColor(.white)
4545
}

0 commit comments

Comments
 (0)