Skip to content

Commit 5efdbad

Browse files
terminator0309sansyrox
authored andcommitted
fix: Wizard step 3 and 5 enhanced accordingly (fossasia#5365)
1 parent a45f1b8 commit 5efdbad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/components/forms/wizard/custom-form-input.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class="ui hidden divider"></div>
2-
<h3 class="ui dividing header">
2+
<div class="ui dividing">
33
<i class="checkmark box icon"></i>
4-
<div class="content">
4+
<span class="content">
55
{{t 'Add Custom Form Field'}}
6-
</div>
7-
</h3>
6+
</span>
7+
</div>
88
<div {{did-update this.updated @field}} class="ui action input" style="width: inherit;">
99
<Input type="text" placeholder="Field Name" @value={{this.name}} />
1010
<UiDropdown class="ui selection dropdown" @selected={{this.type}} @onChange={{action (mut this.type)}}>

app/templates/components/forms/wizard/sessions-speakers-step.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<h3 class="ui dividing header">
191191
<i class="checkmark box icon"></i>
192192
<div class="content">
193-
{{t 'Customize registration form'}}
193+
{{t 'Customize submission forms'}}
194194
</div>
195195
</h3>
196196

0 commit comments

Comments
 (0)