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', '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" %>