From 344f036938910b806b952cd81f6fb909aa7d77df Mon Sep 17 00:00:00 2001 From: 84702473 <84702473@qq.com> Date: 星期六, 15 四月 2023 11:10:36 +0800 Subject: [PATCH] 修改对齐方式,修改大小写,修复刷新切换语言的BUG --- src/lang/en.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 4d5488f..cdfdc1b 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -61,10 +61,13 @@ values_title:'Pre-Sort Your Response', values_title_description:'This is the pre-sorting section of the test. <br/>During this section, you will choose the pictures in which the character is most like you. <br/>All of these pictures will be shown again in later sections for the final sorting process.', values_title_description_1:'If you think the main character is like you, click ', + values_title_description_1_2:' .', values_title_description_2:'If you think the main character is not like you, click ', + values_title_description_2_2:' .', values_title_description_3:'If you are not sure, click ', + values_title_description_3_2:' .', values_title_description_4:'Click ', - values_title_description_4_2:' to zoom in the picture', + values_title_description_4_2:' to zoom in the picture.', next:'Next', pre:'Back', commit:'Submit', -- Gitblit v1.9.1