Add better default Finnish title for new question
This commit is contained in:
@@ -48,7 +48,7 @@ const SignupQuestionsWidget: React.FC<SignupQuestionsWidgetProps> = ({ value, on
|
|||||||
const handleNewRowClick = (questions) => () => {
|
const handleNewRowClick = (questions) => () => {
|
||||||
const newRow: SignupFormQuestion = {
|
const newRow: SignupFormQuestion = {
|
||||||
id: shortid.generate(),
|
id: shortid.generate(),
|
||||||
title_fi: `Question #${questions.length + 1}`,
|
title_fi: `Kysymys #${questions.length + 1}`,
|
||||||
title_en: `Question #${questions.length + 1}`,
|
title_en: `Question #${questions.length + 1}`,
|
||||||
options: {
|
options: {
|
||||||
enum: [],
|
enum: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user