Skip to content

Commit dafeaec

Browse files
committed
Added CreateNew to Project so it will look like the others
1 parent 326c380 commit dafeaec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reactComponents/ProjectManageModal.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ export default function ProjectManageModal(props: ProjectManageModalProps): Reac
413413
/>
414414
)}
415415
<br />
416+
<h4 style={{margin: '0 0 8px 0'}}>
417+
{t('CREATE_NEW', { type: t('PROJECT') })}
418+
</h4>
416419
<div style={getContainerStyle()}>
417420
<ProjectNameComponent
418421
newItemName={newItemName}

0 commit comments

Comments
 (0)