diff --git a/app/views/plans/_form_v2.html.erb b/app/views/plans/_form_v2.html.erb index 9972c2b..eaf4803 100644 --- a/app/views/plans/_form_v2.html.erb +++ b/app/views/plans/_form_v2.html.erb @@ -23,7 +23,7 @@

<%= d_('dmpopidor', 'Choose a template') %>

<%= d_('dmpopidor', 'You can either choose a template provided by your organisation, another organisation or a funder template. The default template is ') %> - <%= @default_template.title %> + <%= @default_template.title + "." %>
<%= link_to d_('dmpopidor', 'Find the list of the available templates'), public_templates_path, :target => "_blank" %>

@@ -139,5 +139,4 @@ - - <% end %> \ No newline at end of file +<% end %> \ No newline at end of file