fix #794 input bug (#801)

This commit is contained in:
Krasus.Chen
2023-08-14 15:29:18 +08:00
committed by GitHub
parent e5e86fc033
commit c5d148bf94
3 changed files with 25 additions and 13 deletions

View File

@@ -121,6 +121,7 @@ const translation = {
tooLong: 'Variable key: {{key}} too length. Can not be longer then 16 characters',
notValid: 'Variable key: {{key}} is invalid. Can only contain letters, numbers, and underscores',
notStartWithNumber: 'Variable key: {{key}} can not start with a number',
keyAlreadyExists:'Variable key: :{{key}} already exists',
},
variableConig: {
modalTitle: 'Field settings',