diff --git a/web/frontend/src/pages/form/components/AddQuestionModal.tsx b/web/frontend/src/pages/form/components/AddQuestionModal.tsx index d9aff395..9e1bfb2a 100644 --- a/web/frontend/src/pages/form/components/AddQuestionModal.tsx +++ b/web/frontend/src/pages/form/components/AddQuestionModal.tsx @@ -224,7 +224,7 @@ const AddQuestionModal: FC = ({ handleChange('Title')(e)} - name="QuestionTitleURL" + name="URL" type="text" placeholder={t('url')} className="my-1 px-1 w-60 ml-1 border rounded-md" diff --git a/web/frontend/src/pages/utils.tsx b/web/frontend/src/pages/utils.tsx index 20d584f0..2c350bf2 100644 --- a/web/frontend/src/pages/utils.tsx +++ b/web/frontend/src/pages/utils.tsx @@ -13,9 +13,7 @@ export function internationalize(language: string, internationalizable: Hint | T export const urlizeLabel = (label: string, url?: string) => { return url ? ( - + {label} ) : (