Skip to content
Merged
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
8 changes: 4 additions & 4 deletions app/components/forms/wizard/custom-form-input.hbs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="ui hidden divider"></div>
<h3 class="ui dividing header">
<div class="ui dividing">
<i class="checkmark box icon"></i>
<div class="content">
<span class="content">
{{t 'Add Custom Form Field'}}
</div>
</h3>
</span>
</div>
<div {{did-update this.updated @field}} class="ui action input" style="width: inherit;">
<Input type="text" placeholder="Field Name" @value={{this.name}} />
<UiDropdown class="ui selection dropdown" @selected={{this.type}} @onChange={{action (mut this.type)}}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<h3 class="ui dividing header">
<i class="checkmark box icon"></i>
<div class="content">
{{t 'Customize registration form'}}
{{t 'Customize submission forms'}}
</div>
</h3>

Expand Down