diff --git a/app/views/settings/plans/show.html.erb b/app/views/settings/plans/show.html.erb index 8f73a1b..3e27a09 100644 --- a/app/views/settings/plans/show.html.erb +++ b/app/views/settings/plans/show.html.erb @@ -1,6 +1,6 @@ -

<%= t('helpers.settings.plans.title') -%> - <%= @plan.project.title -%>

+

<%= t('helpers.settings.plans.title') -%> - <%= @plan.title -%>

<%= t('helpers.settings.plans.description') -%>

<%= render "export_formatting_form" %>