Change default setting of chenge to second language on popup

This commit is contained in:
sienori 2019-02-23 20:41:07 +09:00
parent c3077b61ee
commit c0f5b5595b

View file

@ -113,7 +113,7 @@ export default [
title: "ifChangeSecondLangLabel", title: "ifChangeSecondLangLabel",
captions: ["ifChangeSecondLangCaptionLabel"], captions: ["ifChangeSecondLangCaptionLabel"],
type: "checkbox", type: "checkbox",
default: false default: true
} }
] ]
}, },