Skip to content

Commit 534bace

Browse files
committed
fix: remove test title in URL alias modal
1 parent 5441b1c commit 534bace

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/upset-banks-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"strapi-plugin-webtools": patch
3+
---
4+
5+
fix: remove test title in URL alias modal

packages/core/admin/components/EditForm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const EditForm = () => {
6767
<Modal.Content>
6868
<Modal.Header>
6969
<Typography fontWeight="bold" textColor="neutral800" id="title">
70-
test
70+
URL alias
7171
</Typography>
7272
</Modal.Header>
7373
<Modal.Body>

0 commit comments

Comments
 (0)