feat: add headline to preview survey input field

The open-text input in the workspace look preview was missing a
headline label. Add "Anything else to share?" so the field is
consistent with the other question elements in the preview.
This commit is contained in:
TheodorTomas
2026-02-06 18:42:27 +08:00
parent a422b7acc3
commit 0e03096014
16 changed files with 16 additions and 1 deletions

View File

@@ -4857,7 +4857,7 @@ export const previewSurvey = (projectName: string, t: TFunction): TSurvey => {
{
...buildOpenTextElement({
id: "preview_input_field_element",
headline: "",
headline: t("templates.preview_survey_input_headline"),
subheader: "",
placeholder: t("templates.preview_survey_input_placeholder"),
required: false,

View File

@@ -2704,6 +2704,7 @@ checksums:
templates/picture_selection_description: 44115e3668be00ae4854c299e5976398
templates/preview_survey_ending_card_description: 6a98bdb1b083e437bb71d8b6c27b0e3a
templates/preview_survey_ending_card_headline: 3512326ea9ad9a8a6c420a1e69d4d93f
templates/preview_survey_input_headline: 277d044caa828f35758b165516da917d
templates/preview_survey_input_placeholder: 743c34ea842287e929a5e7e6b7a4e89b
templates/preview_survey_name: 82503c2dba9f071c93860e5ce9584e14
templates/preview_survey_question_1_headline: 91622f99f8018adefb3ed0921bc1ad7a

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Bitte die Befragten, ein oder mehrere Bilder auszuwählen",
"preview_survey_ending_card_description": "Mach bitte mit deinem Onboarding weiter.",
"preview_survey_ending_card_headline": "Geschafft!",
"preview_survey_input_headline": "Möchtest Du noch etwas mitteilen?",
"preview_survey_input_placeholder": "Hinterlasse eine Notiz...",
"preview_survey_name": "Vorschau",
"preview_survey_question_1_headline": "Wie würdest Du {projectName} bewerten?",

View File

@@ -2872,6 +2872,7 @@
"picture_selection_description": "Ask respondents to choose one or more images",
"preview_survey_ending_card_description": "Please continue your onboarding.",
"preview_survey_ending_card_headline": "You did it!",
"preview_survey_input_headline": "Anything else to share?",
"preview_survey_input_placeholder": "Leave a note...",
"preview_survey_name": "New Survey",
"preview_survey_question_1_headline": "How would you rate {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Pide a los encuestados que elijan una o más imágenes",
"preview_survey_ending_card_description": "Por favor, continúa con tu incorporación.",
"preview_survey_ending_card_headline": "¡Lo has conseguido!",
"preview_survey_input_headline": "¿Algo más que compartir?",
"preview_survey_input_placeholder": "Deja una nota...",
"preview_survey_name": "Encuesta nueva",
"preview_survey_question_1_headline": "¿Cómo valorarías {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Demandez aux répondants de choisir une ou plusieurs images",
"preview_survey_ending_card_description": "Continue ton onboarding, s'il te plaît.",
"preview_survey_ending_card_headline": "C'est fait !",
"preview_survey_input_headline": "Autre chose à partager?",
"preview_survey_input_placeholder": "Laisse une note...",
"preview_survey_name": "Nouveau Sondage",
"preview_survey_question_1_headline": "Comment évalueriez-vous {projectName} ?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "A válaszadók megkérése, hogy egy vagy több képet válasszanak",
"preview_survey_ending_card_description": "Folytassa a beléptetését.",
"preview_survey_ending_card_headline": "Megcsinálta!",
"preview_survey_input_headline": "Van még valami, amit meg szeretne osztani?",
"preview_survey_input_placeholder": "Hagyj egy megjegyzést...",
"preview_survey_name": "Új kérdőív",
"preview_survey_question_1_headline": "Hogyan értékelné a(z) {projectName} projektet?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "回答者に1つまたは複数の画像を選択させる",
"preview_survey_ending_card_description": "オンボーディングを続けてください。",
"preview_survey_ending_card_headline": "完了しました!",
"preview_survey_input_headline": "他に共有したいことはありますか?",
"preview_survey_input_placeholder": "メモを残す...",
"preview_survey_name": "新しいアンケート",
"preview_survey_question_1_headline": "{projectName}をどう評価しますか?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Vraag respondenten om één of meerdere afbeeldingen te kiezen",
"preview_survey_ending_card_description": "Ga alstublieft door met uw onboarding.",
"preview_survey_ending_card_headline": "Je hebt het gedaan!",
"preview_survey_input_headline": "Nog iets te delen?",
"preview_survey_input_placeholder": "Laat een notitie achter...",
"preview_survey_name": "Nieuwe enquête",
"preview_survey_question_1_headline": "Hoe zou u {projectName} beoordelen?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Peça aos respondentes para escolherem uma ou mais imagens",
"preview_survey_ending_card_description": "Por favor, continue seu onboarding.",
"preview_survey_ending_card_headline": "Você conseguiu!",
"preview_survey_input_headline": "Tem mais alguma coisa para compartilhar?",
"preview_survey_input_placeholder": "Deixe uma nota...",
"preview_survey_name": "Nova pesquisa",
"preview_survey_question_1_headline": "Como você avaliaria {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Peça aos respondentes para escolherem uma ou mais imagens",
"preview_survey_ending_card_description": "Por favor, continue o seu onboarding.",
"preview_survey_ending_card_headline": "Conseguiste!",
"preview_survey_input_headline": "Mais alguma coisa a partilhar?",
"preview_survey_input_placeholder": "Deixa uma nota...",
"preview_survey_name": "Novo inquérito",
"preview_survey_question_1_headline": "Como classificaria {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Cereți respondenților să aleagă una sau mai multe imagini",
"preview_survey_ending_card_description": "Vă rugăm să continuați onboarding-ul.",
"preview_survey_ending_card_headline": "Ai reușit!",
"preview_survey_input_headline": "Mai vrei să adaugi ceva?",
"preview_survey_input_placeholder": "Lasă o notă...",
"preview_survey_name": "Previzualizare chestionar",
"preview_survey_question_1_headline": "Cum ai evalua {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Попросите респондентов выбрать одно или несколько изображений",
"preview_survey_ending_card_description": "Пожалуйста, продолжайте регистрацию.",
"preview_survey_ending_card_headline": "Вы справились!",
"preview_survey_input_headline": "Есть ещё что-то, чем хочешь поделиться?",
"preview_survey_input_placeholder": "Оставь заметку...",
"preview_survey_name": "Новый опрос",
"preview_survey_question_1_headline": "Как бы вы оценили {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "Be respondenter välja en eller flera bilder",
"preview_survey_ending_card_description": "Vänligen fortsätt din onboarding.",
"preview_survey_ending_card_headline": "Du klarade det!",
"preview_survey_input_headline": "Något mer du vill dela med dig av?",
"preview_survey_input_placeholder": "Lämna en kommentar...",
"preview_survey_name": "Ny enkät",
"preview_survey_question_1_headline": "Hur skulle du betygsätta {projectName}?",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "要求 受访者 选择 一个 或 多个 图片",
"preview_survey_ending_card_description": "请继续您的 入职培训。",
"preview_survey_ending_card_headline": "你 做 到 了 ",
"preview_survey_input_headline": "还有其他想分享的吗?",
"preview_survey_input_placeholder": "留下备注……",
"preview_survey_name": "预览 调查",
"preview_survey_question_1_headline": "您 如何 评价 {projectName} ",

View File

@@ -2859,6 +2859,7 @@
"picture_selection_description": "要求回應者選擇一張或多張圖片",
"preview_survey_ending_card_description": "請繼續您的新手上路程序。",
"preview_survey_ending_card_headline": "您完成了!",
"preview_survey_input_headline": "還有其他想分享的嗎?",
"preview_survey_input_placeholder": "留下備註⋯⋯",
"preview_survey_name": "新問卷",
"preview_survey_question_1_headline": "您對 '{'projectName'}' 的評分如何?",