diff --git a/app/resources/locales/en_US/field.po b/app/resources/locales/en_US/field.po index 8d00d97da..88f3a1784 100644 --- a/app/resources/locales/en_US/field.po +++ b/app/resources/locales/en_US/field.po @@ -68,9 +68,6 @@ msgstr "Revision" msgid "children" msgstr "Children" -msgid "cloning" -msgstr "Cloning" - msgid "code" msgstr "Code" @@ -221,6 +218,9 @@ msgstr "Manager" msgid "manager_identifier" msgstr "Manager Identifier" +msgid "metadata" +msgstr "Metadata" + msgid "middle" msgstr "Middle" diff --git a/app/templates/ApiUsers/fields.inc b/app/templates/ApiUsers/fields.inc index 9f35787d1..4972d3c73 100644 --- a/app/templates/ApiUsers/fields.inc +++ b/app/templates/ApiUsers/fields.inc @@ -64,4 +64,4 @@ $fields = [ 'privileged', // boolean ]; -$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/clonable.inc')); \ No newline at end of file +$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/metadata.inc')); \ No newline at end of file diff --git a/app/templates/Cous/fields.inc b/app/templates/Cous/fields.inc index b8f3f1d0f..a7aadc109 100644 --- a/app/templates/Cous/fields.inc +++ b/app/templates/Cous/fields.inc @@ -36,4 +36,4 @@ if(!empty($parents)) { ]; } -$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/clonable.inc')); \ No newline at end of file +$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/metadata.inc')); \ No newline at end of file diff --git a/app/templates/ExternalIdentitySources/fields.inc b/app/templates/ExternalIdentitySources/fields.inc index 75a0d81ec..6d2d0a041 100644 --- a/app/templates/ExternalIdentitySources/fields.inc +++ b/app/templates/ExternalIdentitySources/fields.inc @@ -37,7 +37,7 @@ $fields = [ 'suppress_noop_logs' ]; -$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/clonable.inc')); +$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/metadata.inc')); // Top Links $topLinks = [ diff --git a/app/templates/Groups/fields.inc b/app/templates/Groups/fields.inc index 8d50d9d1f..0a73ce686 100644 --- a/app/templates/Groups/fields.inc +++ b/app/templates/Groups/fields.inc @@ -72,7 +72,7 @@ if($vv_action != 'add') { } } -$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/clonable.inc')); +$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/metadata.inc')); // List the MVEAs that may be shown on the mveaCanvas // When this array exists, the mveaCanvas.php element will render diff --git a/app/templates/IdentifierAssignments/fields.inc b/app/templates/IdentifierAssignments/fields.inc index ff57d2106..8050a9417 100644 --- a/app/templates/IdentifierAssignments/fields.inc +++ b/app/templates/IdentifierAssignments/fields.inc @@ -38,7 +38,7 @@ $fields = [ 'ordr' ]; -$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/clonable.inc')); +$fields = array_merge($fields, include(ROOT . DS . 'templates' . DS . 'Standard/metadata.inc')); ?>