Skip to content

Commit

Permalink
consolidate capitalization of button text
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMGo committed Nov 2, 2023
1 parent 3f4f077 commit 64361c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const Processes: FC<ProcessProps> = () => {
icon={<PlusOutlined />}
createVersion={createProcessVersion}
>
Create new version
Create New Version
</VersionCreationButton>
</Space>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const VersionModal: React.FC<VersionModalProps> = ({ show, close }) => {

return (
<Modal
title="Create new Version"
title="Create New Version"
open={show}
onCancel={() => {
close();
Expand Down

0 comments on commit 64361c8

Please sign in to comment.