From c5f86d52fa6f711ffe413f74838cebd0e8bcdf6e Mon Sep 17 00:00:00 2001 From: 林致杰 <1003392067@qq.com> Date: 星期一, 28 十一月 2022 22:32:27 +0800 Subject: [PATCH] 人口变量限制从32位改为200位 --- src/lang/th.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lang/th.js b/src/lang/th.js index b104fb0..1b3817e 100644 --- a/src/lang/th.js +++ b/src/lang/th.js @@ -13,7 +13,7 @@ section: '', demography: 'Demographic Information', required: 'required', - range32: 'Exceed 32 characters', + range32: 'Exceed 200 characters', noquestionMsg: 'No question', questionExceptionMsg: 'submit excetpion', requiredMsg: 'please fill in the required fields', -- Gitblit v1.9.1