diff --git a/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingSetProfileNameScreen.kt b/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingSetProfileNameScreen.kt
index 42f3e43dc0..99d8da14c6 100644
--- a/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingSetProfileNameScreen.kt
+++ b/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingSetProfileNameScreen.kt
@@ -94,7 +94,7 @@ private fun SetProfileNameScreen(
onBackClicked()
},
painter = painterResource(id = R.drawable.ic_back_onboarding_32),
- contentDescription = "Back button"
+ contentDescription = stringResource(R.string.content_description_back_button_icon)
)
SetProfileNameNextButton(
modifier = Modifier
@@ -148,7 +148,7 @@ fun SetProfileNameInput(
.focusRequester(focusRequester)
,
text = text,
- placeholder = stringResource(id = R.string.untitled),
+ placeholder = stringResource(id = R.string.onboarding_your_name),
keyboardActions = KeyboardActions(
onDone = {
focus.clearFocus()
diff --git a/localization/src/main/res/values/strings.xml b/localization/src/main/res/values/strings.xml
index eb478815c3..157b4861af 100644
--- a/localization/src/main/res/values/strings.xml
+++ b/localization/src/main/res/values/strings.xml
@@ -1138,6 +1138,7 @@
OR
Entering the Void
Your Key can\'t be empty
+ Your name
Read more about Key
You can find this key later in app settings