diff --git a/app/views/plans/new.html.erb b/app/views/plans/new.html.erb index 0c95111..19c2a64 100644 --- a/app/views/plans/new.html.erb +++ b/app/views/plans/new.html.erb @@ -19,7 +19,7 @@ -
+
<%= _('If applying for funding, state the title exactly as in the proposal.') %>
diff --git a/app/views/shared/_accessible_submit_button.html.erb b/app/views/shared/_accessible_submit_button.html.erb index fcf38f5..9e08141 100644 --- a/app/views/shared/_accessible_submit_button.html.erb +++ b/app/views/shared/_accessible_submit_button.html.erb @@ -3,7 +3,7 @@ class="form-submit" clickable="<%= disabled_initially %>" value="<%= val %>" - artia-describedby="<%= id %>_tip" /> + aria-describedby="<%= id %>_tip" />