From cd98bc6a9097015d30d470570a100d6fb3caace4 Mon Sep 17 00:00:00 2001 From: shanghaikid Date: Tue, 6 Dec 2022 18:12:31 +0800 Subject: [PATCH] adjust text --- client/src/i18n/cn/collection.ts | 2 +- client/src/i18n/en/collection.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/i18n/cn/collection.ts b/client/src/i18n/cn/collection.ts index be3f30c7..ad1afc28 100644 --- a/client/src/i18n/cn/collection.ts +++ b/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)', diff --git a/client/src/i18n/en/collection.ts b/client/src/i18n/en/collection.ts index 21f742bd..b809c1a9 100644 --- a/client/src/i18n/en/collection.ts +++ b/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)',