Skip to content

Commit 8ea8db3

Browse files
author
sat01a
committed
#1201 Wording update
1 parent d44306c commit 8ea8db3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

grails-app/i18n/messages.properties

+4-1
Original file line numberDiff line numberDiff line change
@@ -707,4 +707,7 @@ project.bulkactions.embargo=Embargo
707707
project.display.backbutton=Back to search results
708708
project.details.baseLayers=What base layer would you like the map to display?
709709
project.details.baseLayers.help=Indicate the base layer of the map like satellite imagery, road map etc.
710-
project.details.configuration=Map configuration
710+
project.details.configuration=Map configuration
711+
712+
project.survey.visibility.adminEmbargo=Embargo all new records/activities
713+
project.survey.visibility.adminEmbargo.important=Important: All new records will be embargoed for this survey. Project Moderator/Admin can release records via \'Data tab\'. For more information please contact us at

grails-app/views/projectActivity/_visibility.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
<g:if test="${fc.userIsAlaOrFcAdmin()}">
4343
<hr>
4444
<h4>ALA ADMIN Only: </h4>
45-
<input type="checkbox" data-bind="checked: visibility.alaAdminEnforcedEmbargo"/> Embargo all new records/activities
45+
<input type="checkbox" data-bind="checked: visibility.alaAdminEnforcedEmbargo"/> <g:message code="project.survey.visibility.adminEmbargo"/>
4646
<hr>
4747
</g:if>
4848
<!-- ko if: visibility.alaAdminEnforcedEmbargo() -->
49-
<span class="text-muted">Important: All new records will be embargoed for this survey. Project Moderator/Admin can release records via "Data tab". For more information please contact us at <a href='${grailsApplication.config.biocollect.support.email.address}'>${grailsApplication.config.biocollect.support.email.address}</a></span>
49+
<span class="text-muted"><g:message code="project.survey.visibility.adminEmbargo.important"/><a href='${grailsApplication.config.biocollect.support.email.address}'>${grailsApplication.config.biocollect.support.email.address}</a></span>
5050
<!-- /ko -->
5151
<g:render template="../projectActivity/indexingNote"/>
5252
<!-- /ko -->

0 commit comments

Comments
 (0)