diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml b/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml index 46f9d6b45c..b66fc56088 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml @@ -31,7 +31,7 @@ - Supplemental Markings + listconstraint.rmc_smList.title @@ -41,7 +41,7 @@ - Transfer Locations + listconstraint.rmc_tlList.title diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties index ed021f3f73..c4a8f6abc7 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties @@ -277,3 +277,5 @@ rma_recordsmanagement.property.rma_publishInProgress.description=Indicates wheth rma_recordsmanagement.aspect.dod_ghosted.title=Ghosted Record rma_recordsmanagement.aspect.dod_ghosted.description=Ghosted Record +listconstraint.rmc_tlList.title=Transfer Locations +listconstraint.rmc_smList.title=Supplemental Markings \ No newline at end of file diff --git a/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl b/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl index f565ec5414..ef22554a02 100644 --- a/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl +++ b/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl @@ -5,7 +5,7 @@ { "url" : "${url.serviceContext + "/api/rma/admin/rmconstraints/" + constraint.name}", "constraintName" : "${constraint.name}", - "constraintTitle" : "${constraint.title}" + "constraintTitle" : "${msg(constraint.title)}" }