parent
17925f2115
commit
254cd4c9a3
2 changed files with 6 additions and 1 deletions
5
.changeset/tiny-fireants-work.md
Normal file
5
.changeset/tiny-fireants-work.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"saleor-app-segment": patch
|
||||
---
|
||||
|
||||
Fix typo in the UI ("configration" -> "configuration").
|
|
@ -21,7 +21,7 @@ const ConfigurationPage: NextPage = () => {
|
|||
<AppHeader />
|
||||
<AppSection
|
||||
marginBottom={14}
|
||||
heading="Segment.io configration"
|
||||
heading="Segment.io configuration"
|
||||
sideContent={<Text>Provide Segment credentials to allow sending events.</Text>}
|
||||
mainContent={<SegmentConfigForm />}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue