diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 87d5a9b2db..8db7953fa0 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1521,7 +1521,7 @@ export default { table_auto_break_line: 'Auto Line Feed', table_break_line_tip: 'If open this option,the table item height will disabled.', step: 'Step(px)', - no_function: 'Function not enter,please input.' + no_function: 'Function not enter,please input' }, dataset: { scope_edit: 'Effective only when editing', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 3d498f8b7f..9b7181b789 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1515,7 +1515,7 @@ export default { table_auto_break_line: '自動換行', table_break_line_tip: '開啟自動換行,表格行高設置將失效', step: '步長(px)', - no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入。' + no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入' }, dataset: { scope_edit: '僅編輯時生效', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 8a0d49bb31..a90c1397f3 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1516,7 +1516,7 @@ export default { table_auto_break_line: '自动换行', table_break_line_tip: '开启自动换行,表格行高设置将失效', step: '步长(px)', - no_function: '函数尚未支持直接引用,请在字段表达式中手动输入。' + no_function: '函数尚未支持直接引用,请在字段表达式中手动输入' }, dataset: { scope_edit: '仅编辑时生效',