diff --git a/docs/system-admin-guide/projects/project-attributes/README.md b/docs/system-admin-guide/projects/project-attributes/README.md index 560e43394a37..65a5f256b200 100644 --- a/docs/system-admin-guide/projects/project-attributes/README.md +++ b/docs/system-admin-guide/projects/project-attributes/README.md @@ -52,14 +52,14 @@ This will display the "New attribute" form with these options: - **Format options:** Depending on the type you choose, you might have additional options, such as minimum and maximum width, default value or regular expressions for validation. -- **Required**: Checking this makes this project attribute a required field in projects where it is enabled, i.e. it cannot be left empty. +- **Required for all projects**: Checking this makes this project attribute required for all projects. It cannot be deactivated at a project level. -- **Visible**: Checking this field makes the attribute visible to non-admins. +- **Admin-only**: If you enable this, the project attribute will only be visible to administrators. All other users will not see it, even if it is activated in a project. > [!TIP] > This is enabled by default. Only disable this if you want this field to be invisible to non-admin users. -- **Searchable**: Checking this makes this project attribute (and its value) available to the search engine and filters. +- **Searchable**: Checking this makes this project attribute (and its value) available as a filter in project lists. ## Modify project attributes diff --git a/docs/system-admin-guide/projects/project-attributes/open_project_system_admin_guide_project_attributes_details.png b/docs/system-admin-guide/projects/project-attributes/open_project_system_admin_guide_project_attributes_details.png index 25c211b47f9e..4599242ac826 100644 Binary files a/docs/system-admin-guide/projects/project-attributes/open_project_system_admin_guide_project_attributes_details.png and b/docs/system-admin-guide/projects/project-attributes/open_project_system_admin_guide_project_attributes_details.png differ diff --git a/docs/system-admin-guide/projects/project-attributes/open_project_system_guide_project_attributes_new_attribute.png b/docs/system-admin-guide/projects/project-attributes/open_project_system_guide_project_attributes_new_attribute.png index ca1ae33713d6..0c550e160bf6 100644 Binary files a/docs/system-admin-guide/projects/project-attributes/open_project_system_guide_project_attributes_new_attribute.png and b/docs/system-admin-guide/projects/project-attributes/open_project_system_guide_project_attributes_new_attribute.png differ