From 16f5ce40d98aaec954a5d8de0494287969a8067b Mon Sep 17 00:00:00 2001 From: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Date: Thu, 23 May 2024 20:08:29 +0530 Subject: [PATCH] fix: Question -> Note for ty and welcome card labels (#2644) Co-authored-by: Matti Nannt --- packages/ui/QuestionFormInput/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/QuestionFormInput/index.tsx b/packages/ui/QuestionFormInput/index.tsx index 4865f855bf..b7c3905adb 100644 --- a/packages/ui/QuestionFormInput/index.tsx +++ b/packages/ui/QuestionFormInput/index.tsx @@ -382,7 +382,7 @@ export const QuestionFormInput = ({
- +
@@ -435,7 +435,7 @@ export const QuestionFormInput = ({ placeholder={placeholder ? placeholder : getPlaceHolderById(id)} id={id} name={id} - aria-label={label ? label : getLabelById(id)} + aria-label={label || getLabelById(id)} autoComplete={showQuestionSelect ? "off" : "on"} value={recallToHeadline(text, localSurvey, false, selectedLanguageCode)[selectedLanguageCode]} ref={inputRef}