Browse Source

adjust text

shanghaikid 2 years ago
parent
commit
cd98bc6a90
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client/src/i18n/cn/collection.ts
  2. 1 1
      client/src/i18n/en/collection.ts

+ 1 - 1
client/src/i18n/cn/collection.ts

@@ -41,7 +41,7 @@ const collectionTrans = {
   dimensionPositiveWarning: 'Dimension should be positive number',
   newBtn: 'add new field',
   nameLengthWarning: 'Name length should be less than 256',
-  nameContentWarning: 'Name can only contain numbers, letters, and underscores',
+  nameContentWarning: 'Only numbers, letters, and underscores are allowed',
   nameFirstLetterWarning:
     'Name first character must be underscore or character(a~z, A~Z)',
 

+ 1 - 1
client/src/i18n/en/collection.ts

@@ -46,7 +46,7 @@ const collectionTrans = {
   dimensionPositiveWarning: 'Positive number only',
   newBtn: 'add new field',
   nameLengthWarning: 'Name length should be less than 256',
-  nameContentWarning: 'Name can only contain numbers, letters, and underscores',
+  nameContentWarning: 'Only numbers, letters, and underscores are allowed.',
   nameFirstLetterWarning:
     'Name first character must be underscore or character(a~z, A~Z)',