diff options
| -rw-r--r-- | templates/edit_collection.tpl | 2 | ||||
| -rw-r--r-- | templates/edit_gallery.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_collection.tpl b/templates/edit_collection.tpl index d0cc42a..e85d76a 100644 --- a/templates/edit_collection.tpl +++ b/templates/edit_collection.tpl @@ -2,7 +2,7 @@ <div class="admin structure"> <div class="header"> - <h1>{tr}Edit {$gStructure->mInfo.content_type.content_description}{/tr}</h1> + <h1>{tr}Edit {$gLibertySystem->getContentTypeName(gStructure->mInfo.content_type_guid)}{/tr}</h1> </div> <div class="body"> diff --git a/templates/edit_gallery.tpl b/templates/edit_gallery.tpl index 2968d09..94afbc8 100644 --- a/templates/edit_gallery.tpl +++ b/templates/edit_gallery.tpl @@ -131,7 +131,7 @@ function updateGalleryPagination() { {legend legend="Gallery Memberships"} {tr}If you would like this gallery to be a sub-gallery, check the parent gallery below. It is possible to belong to multiple galleries. If no parent is checked, this gallery will appear as a top-level gallery.{/tr} <div class="row"> - {formlabel label="`$gContent->mInfo.content_description` Belongs to These Galleries"} + {formlabel label=$gContent->getContentTypeName()|cat:" Belongs to These Galleries"} {forminput} {foreach from=$galleryList key=galId item=gal} {if $galId != $gContent->mGalleryId} |
