From 4a3a4947c59a71a50d147f53ecb27c072c2489d0 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Thu, 10 Apr 2025 13:06:52 +0200 Subject: [PATCH] DROID-3556 Onboarding | Fix | Change the placeholder "Untitled" to the "Your Name" --- .../screens/signup/OnboardingSetProfileNameScreen.kt | 4 ++-- localization/src/main/res/values/strings.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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