Skip to content

Commit 2bfaaa8

Browse files
Hardik500abhinavk96
authored andcommitted
fix: Changed 'Add Session Details' to 'Add Session' (#3513) (#3520)
* Changed 'Add Session Details' to 'Add Session' * style: Changed 'Add Session Details' to 'Add Session' (#3513) * style: Changed 'Add Session Details' to 'Add Session' (#3513)
1 parent 3d6feec commit 2bfaaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/modals/cfs-proposal-modal.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{/if}}
4242
{{#unless isNewSpeaker}}
4343
{{#link-to 'public.cfs.new-session' invokeAction=(action 'toggleView')}}
44-
<button class="ui teal {{if device.isMobile 'tiny'}} button">{{t 'Add Session Details'}}</button>
44+
<button class="ui teal {{if device.isMobile 'tiny'}} button">{{t 'Add Session'}}</button>
4545
{{/link-to}}
4646
{{/unless}}
4747
</div>

0 commit comments

Comments
 (0)