Skip to content

Commit 1b4e759

Browse files
committed
FIX
1 parent b3efae0 commit 1b4e759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/example/blockchainaccess/CreateProfileActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fun CreateProfileScreen(name: String, modifier: Modifier = Modifier) {
160160
.fillMaxWidth(0.5f)
161161
.padding(vertical = 8.dp)
162162
) {
163-
Text("Already have an account.", color = Color.White)
163+
Text("Already have a profile", color = Color.White)
164164
}
165165
}
166166
Box(

0 commit comments

Comments
 (0)