Skip to content

Commit

Permalink
files cleaned up and bugs all fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
srsingh04 committed Jun 2, 2024
1 parent 9ee5e5d commit 028bc66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ fun ProfileCreationUI(
modifier = modifier.fillMaxWidth().testTag("Save"),
enabled = isOnline
) {
Text(text = stringResource(id = R.string.profile_creation_save_button))
Text(text = stringResource(id = R.string.save_button))
}
}
}
Expand Down

0 comments on commit 028bc66

Please sign in to comment.