diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties index 3d36f0ec7c..eeac19f2e6 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service.properties @@ -39,10 +39,10 @@ rm.action.parameter-not-supplied=Add a ''{0}'' to continue. rm.action.delete-not-hold-type=We couldn't delete the hold because {1} isn't of type {0}. rm.action.cast-to-rm-type=You can't upload a custom folder type to the records management file plan. rm.action.record-folder-create=You can't create a record folder in another record folder. -rm.action.unique.child.type-error-message=Operation failed. Multiple children of this type are not allowed. -rm.action.multiple.children.type-error-message=Operation failed. Children of type {0} are not allowed -rm.action.create.transfer.container.child-error-message=Operation failed. Creation is not allowed in Transfer Container. -rm.action.create.transfer.child-error-message=Operation failed. Creation is not allowed in Transfer Folders. -rm.action.create.record.folder.child-error-message=Only records can be created in record folders but it was {0} -rm.action.transfer-non-editable=The metadata of transfer nodes is not editable. +rm.action.unique.child.type-error-message=You can't create multiple items of this type here. +rm.action.multiple.children.type-error-message=You can't create {0} here. +rm.action.create.transfer.container.child-error-message=You can't create items in the Transfer container. +rm.action.create.transfer.child-error-message=You can't create items in Transfer Folders. +rm.action.create.record.folder.child-error-message=You can only create records in record folders and this was a {0}. +rm.action.transfer-non-editable=You can't edit transfer folder or container metadata. diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties index a42ee061f7..3287a0cbab 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-management-service.properties @@ -20,5 +20,5 @@ rm.service.node-has-aspect=The record type {1} is already showing for record {0} rm.service.final-version=Final rm.service.final-version-description=The final archived record version rm.service.enable-autoversion-on-record-creation=Auto Version on Record Creation -rm.service.add-children-to-closed-record-folder=You can't add new items to a closed record folder -rm.service.update-record-content=Could not update content property as it's immutable for records. \ No newline at end of file +rm.service.add-children-to-closed-record-folder=You can't add new items to a closed record folder. +rm.service.update-record-content=You can't update a record's content property. \ No newline at end of file