Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Change the example event #156

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/Pages/EventTypeCreate/Query.elm
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ viewQueryForm model =
FieldName
OnInput
"Output Event Type Name"
"Example: bazar.price-updater.price_changed"
"Should be several words (with '_', '-') separated by dot."
"Example: logistics-carrier-tracking.domain-inbound-delivered"
"Should be several words (with '-','_' ) separated by dot."
Help.eventType
Required
Enabled
Expand Down
4 changes: 2 additions & 2 deletions client/Pages/EventTypeCreate/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ viewForm model setup =
FieldName
OnInput
"Event Type Name"
"Example: bazar.price-updater.price_changed"
"Should be several words (with '_', '-') separated by dot."
"Example: logistics-carrier-tracking.domain-inbound-delivered"
"Should be several words (with '-','_' ) separated by dot."
Help.eventType
Required
nameEditing
Expand Down