diff --git a/client/src/features/projectsV2/fields/DescriptionFormField.tsx b/client/src/features/projectsV2/fields/DescriptionFormField.tsx index 2776e5ca5..684a36e15 100644 --- a/client/src/features/projectsV2/fields/DescriptionFormField.tsx +++ b/client/src/features/projectsV2/fields/DescriptionFormField.tsx @@ -51,7 +51,7 @@ export default function DescriptionFormField({ rules={{ maxLength: 500, required: false }} /> - A brief (at most 500 character) description of the project. + A brief (at most 500 character) description of the {entityName}.
Please provide a description
diff --git a/client/src/features/projectsV2/fields/SlugFormField.tsx b/client/src/features/projectsV2/fields/SlugFormField.tsx index 42f5696d7..eb539caca 100644 --- a/client/src/features/projectsV2/fields/SlugFormField.tsx +++ b/client/src/features/projectsV2/fields/SlugFormField.tsx @@ -60,7 +60,7 @@ export default function SlugFormField({ hyphens. - A short, machine-readable identifier for the project, restricted to + A short, machine-readable identifier for the {entityName}, restricted to lowercase letters, numbers, and hyphens.{" "} {entityName === "project" && ( Cannot be changed after project creation.