diff --git a/app/src/main/java/fr/free/nrw/commons/nearby/WikidataFeedback.kt b/app/src/main/java/fr/free/nrw/commons/nearby/WikidataFeedback.kt
index 7c62b3646e..060547d408 100644
--- a/app/src/main/java/fr/free/nrw/commons/nearby/WikidataFeedback.kt
+++ b/app/src/main/java/fr/free/nrw/commons/nearby/WikidataFeedback.kt
@@ -45,7 +45,7 @@ class WikidataFeedback : BaseActivity() {
pageTitle = getString(R.string.talk) + ":" + wikidataQId
binding.toolbarBinding.toolbar.title = pageTitle
binding.textHeader.text =
- getString(R.string.write_something_about_the) + "'$place'" + getString(R.string.item_it_will_be_publicly_visible)
+ getString(R.string.write_something_about_the_item, place)
binding.radioButton1.setText(
getString(
R.string.does_not_exist_anymore_no_picture_can_ever_be_taken_of_it,
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 82be02da29..c636ccb0a1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -821,8 +821,7 @@ Upload your first media by tapping on the add button.
Report a problem about this item to Wikidata
Please enter some comments
Talk
- "Write something about the "
- " item. It will be publicly visible."
+ "Write something about the \'%1$s\' item. It will be publicly visible."
\'%1$s\' does not exist anymore, no picture can ever be taken of it.
\'%1$s\' is at a different place. Please specify the correct place below, and if possible, write the correct latitude and longitude.
Other problem or information (please explain below).