Skip to content

Commit 6cdfd9e

Browse files
committed
Updates chakra-ui
1 parent ecbc55f commit 6cdfd9e

File tree

3 files changed

+732
-710
lines changed

3 files changed

+732
-710
lines changed

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "3.0.0",
44
"private": true,
55
"dependencies": {
6-
"@chakra-ui/react": "^2.4.7",
7-
"@emotion/react": "^11.10.5",
8-
"@emotion/styled": "^11.10.5",
6+
"@chakra-ui/react": "^2.5.1",
7+
"@emotion/react": "^11.10.6",
8+
"@emotion/styled": "^11.10.6",
99
"@testing-library/jest-dom": "5.16.4",
1010
"@testing-library/react": "13.3.0",
1111
"@types/humps": "^2.0.2",

frontend/src/modals/HostCreateModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function HostCreateModal({ isOpen, onClose }: HostCreateModalProps) {
8181
{({ isSubmitting }) => (
8282
<Form>
8383
<ModalHeader>
84-
{intl.formatMessage({ id: "certificate-authority.create" })}
84+
{intl.formatMessage({ id: "host.create" })}
8585
</ModalHeader>
8686
<ModalCloseButton />
8787
<ModalBody>

0 commit comments

Comments
 (0)