diff --git a/app/views/plans/new.html.erb b/app/views/plans/new.html.erb
index 4a9f9c9..1b1b261 100644
--- a/app/views/plans/new.html.erb
+++ b/app/views/plans/new.html.erb
@@ -42,7 +42,8 @@
- <%= _('or') %> -
- <%= label_tag(:plan_no_org, raw("#{check_box_tag(:plan_no_org)} #{_('My research organisation is not on the list')} #{_(' or ')} #{_('no research organisation is associated with this plan')}")) %>
+ <% primary_research_org_message = _('No research organisation associated with this plan or my research organisation is not listed') %>
+ <%= label_tag(:plan_no_org, raw("#{check_box_tag(:plan_no_org)} #{primary_research_org_message}")) %>
@@ -64,7 +65,8 @@
- <%= _('or') %> -
- <%= label_tag(:plan_no_funder, raw("#{check_box_tag(:plan_no_funder)} #{_('No funder associated with this plan')}")) %>
+ <% primary_funding_message = _('No funder associated with this plan or my funder is not listed') %>
+ <%= label_tag(:plan_no_funder, raw("#{check_box_tag(:plan_no_funder)} #{primary_funding_message}")) %>