Skip to content

Commit

Permalink
feat: transfer projects
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Aug 29, 2022
1 parent 61d8438 commit aea65f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/forms/ProjectTransferModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ const ProjectTransferModal = ({
onClose={onClose}
modalType={modalTypeEnum.basic}
title={intl.formatMessage({
id: 'edit-project',
id: 'transfer-project',
})}
label={intl.formatMessage({
id: tabValue < 7 ? 'next' : 'update-project',
id: tabValue < 7 ? 'next' : 'transfer-project',
})}
extraButtonLabel={
tabValue > 0
Expand Down

0 comments on commit aea65f2

Please sign in to comment.