diff --git a/app/src/main/java/com/github/swent/echo/compose/authentication/CreateProfile.kt b/app/src/main/java/com/github/swent/echo/compose/authentication/CreateProfile.kt index 06c7b2d35..f71f7d75d 100644 --- a/app/src/main/java/com/github/swent/echo/compose/authentication/CreateProfile.kt +++ b/app/src/main/java/com/github/swent/echo/compose/authentication/CreateProfile.kt @@ -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)) } } }