Skip to content

Commit

Permalink
Renamed label for org contract name #2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Oct 17, 2024
1 parent e632583 commit 2b7a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/organisation/_organisationDetails.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</div>
</section>
<section class="form-group row">
<label class="col-sm-3 form-check-label">Contract name/s: <fc:iconHelp><g:message code="organisation.contractNames.help"/></fc:iconHelp></label>
<label class="col-sm-3 form-check-label">Contracted recipient name/s: <fc:iconHelp><g:message code="organisation.contractNames.help"/></fc:iconHelp></label>
<div class="col-sm-9">
<multi-input params="values: contractNames">
<div class="input-group-prepend"><span class="input-group-text contract-name-info" data-bind="popover:{content:$root.getHelpText(val())}, css:{nameInUse:$root.nameUsed(val())}"><i class="fa fa-info-circle" data-bind="css:{'fa-info-circle':!$root.nameUsed(val()), 'fa-warning':$root.nameUsed(val())}"></i></span></div>
Expand Down

0 comments on commit 2b7a91e

Please sign in to comment.