Skip to content

Commit 43b8e12

Browse files
committed
Fixes in translations messages
1 parent 4303504 commit 43b8e12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/proposals/_commercial_form_fields.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.form-group
22
= f.label :url
3-
%abbr{title: t('This field is required'} *
3+
%abbr{title: t('This field is required')} *
44
= f.text_field :url, required: 'required', class: 'form-control'
55
%span.help-block
66
= t('just-paste')

app/views/proposals/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
%p
5353
%strong
54-
= t)'Why do I need to add more information?')
54+
= t('Why do I need to add more information?')
5555
%p
5656
= t('The more information you add to your proposal, the more likely it is that the conference organizers accept your proposal.')
5757
%br

0 commit comments

Comments
 (0)