In the project/filter group details panel, change the 'Project UUID'
[arvados-workbench2.git] / src / views-components / details-panel / project-details.tsx
index 3c2bc0995f9cc1567dd34af7c7e5bcc5490130c0..3feb4a7eb6e35d0a78d0e417301d2775e68d1672 100644 (file)
@@ -68,7 +68,7 @@ const ProjectDetailsComponent = connect(null, mapDispatchToProps)(
                 uuidEnhancer={(uuid: string) => <ResourceOwnerWithName uuid={uuid} />} />
             <DetailsAttribute label='Last modified' value={formatDate(project.modifiedAt)} />
             <DetailsAttribute label='Created at' value={formatDate(project.createdAt)} />
-            <DetailsAttribute label='Project UUID' linkToUuid={project.uuid} value={project.uuid} />
+            <DetailsAttribute label='UUID' linkToUuid={project.uuid} value={project.uuid} />
             <DetailsAttribute label='Description'>
                 {project.description ?
                     <RichTextEditorLink