Skip to content

Commit

Permalink
Fixed incorrect quotes in help text #2133
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 15, 2021
1 parent 92a662b commit 3cde606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grails-app/views/project/meriPlan/_description.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<table class="table">
<tbody>
<tr class="header required">
<th class="required">Project description (${maxSize ?: 1500} character limit) <fc:iconHelp>"${helpTextHeading ?:'Project description will be visible on project overview page in MERIT.'}"</fc:iconHelp></th>
<th class="required">Project description (${maxSize ?: 1500} character limit) <fc:iconHelp>${helpTextHeading ?:'Project description will be visible on project overview page in MERIT.'}</fc:iconHelp></th>
</tr>
<tr>
<td><textarea rows="5" data-validation-engine="validate[required,maxSize[${maxSize ?: 1500}]]"
Expand Down
4 changes: 2 additions & 2 deletions grails-app/views/project/meriPlan/_projectPartnerships.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<tr>
<th class="index"></th>
<th class="partner-name">Partner name
<fc:iconHelp title="Partner name">"${helpTextPartnerName ?:'Name of project partner, to be a project partner they need to be actively involved in the planning or delivery of the project.'}"</fc:iconHelp></th>
<th class="partnership-nature">Nature of partnership<fc:iconHelp title="Nature of partnership">"${helpTextPartnerNature ?: 'Very briefly indicate how the partner is contributing to the project.'}"</fc:iconHelp></th>
<fc:iconHelp title="Partner name">${helpTextPartnerName ?:'Name of project partner, to be a project partner they need to be actively involved in the planning or delivery of the project.'}</fc:iconHelp></th>
<th class="partnership-nature">Nature of partnership<fc:iconHelp title="Nature of partnership">${helpTextPartnerNature ?: 'Very briefly indicate how the partner is contributing to the project.'}</fc:iconHelp></th>
<th class="partner-organisation-type">Type of organisation<fc:iconHelp title="Type of organisation">${helpTextPartnerOrg ?: 'Select the most appropriate partner type from the list provided.'}"</fc:iconHelp></th>
<th class="remove"></th>
</tr>
Expand Down

0 comments on commit 3cde606

Please sign in to comment.