You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/controllers/plans_controller.rb
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ def create
124
124
elsif !@plan.template.customization_of.nil?
125
125
# We used a customized version of the the funder template
126
126
# rubocop:disable Layout/LineLength
127
-
msg += " #{_('This plan is based on the')}#{@plan.funder&.name}: '#{@plan.template.title}' #{_('template with customisations by the')}#{plan_params[:org_name]}"
127
+
msg += " #{_('This plan is based on the')}#{@plan.funder&.name}: '#{@plan.template.title}' #{_('template with customisations by the')}#{@plan.template.org.name}"
128
128
# rubocop:enable Layout/LineLength
129
129
else
130
130
# We used the specified org's or funder's template
0 commit comments