diff --git a/langs/en.json b/langs/en.json index 6ae4d55377..cd11e14f23 100644 --- a/langs/en.json +++ b/langs/en.json @@ -387,6 +387,13 @@ "skippedMultiple": "You skipped {skipped} questions", "skippedOne": "You skipped one question" }, + "questions": { + "disable": "Do not ask this question again", + "disabledIntro": "You disabled some type of questions. To enable a question again, click them here", + "disabledTitle": "Disabled questions", + "enable": "Ask this question for all features", + "noneDisabled": "If you are not interested in a specific type of question, disable it. To disable a question, click the three dots in the upper-right corner and select 'disable'" + }, "readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new feature.", "removeLocationHistory": "Delete the location history", "retry": "Retry", diff --git a/src/UI/Popup/DisabledQuestions.svelte b/src/UI/Popup/DisabledQuestions.svelte index 4e9a5f006b..b7a7b2c5aa 100644 --- a/src/UI/Popup/DisabledQuestions.svelte +++ b/src/UI/Popup/DisabledQuestions.svelte @@ -1,6 +1,8 @@ -