File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
templates/components/forms/wizard Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" ui hidden divider" ></div >
2
- <h3 class =" ui dividing header " >
2
+ <div class =" ui dividing" >
3
3
<i class =" checkmark box icon" ></i >
4
- <div class =" content" >
4
+ <span class =" content" >
5
5
{{ t ' Add Custom Form Field' }}
6
- </div >
7
- </h3 >
6
+ </span >
7
+ </div >
8
8
<div {{ did-update this.updated @field }} class =" ui action input" style =" width: inherit;" >
9
9
<Input type =" text" placeholder =" Field Name" @value ={{ this.name }} />
10
10
<UiDropdown class =" ui selection dropdown" @selected ={{ this.type }} @onChange ={{ action (mut this.type )}} >
Original file line number Diff line number Diff line change 190
190
<h3 class =" ui dividing header" >
191
191
<i class =" checkmark box icon" ></i >
192
192
<div class =" content" >
193
- {{ t ' Customize registration form ' }}
193
+ {{ t ' Customize submission forms ' }}
194
194
</div >
195
195
</h3 >
196
196
You can’t perform that action at this time.
0 commit comments