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 authored and alejandrocalles committed Jun 2, 2024
1 parent bef0e09 commit f73646c
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 f73646c

Please sign in to comment.