Changing Description field to Identifier

Hello,

I’m changing the metadata field showing on the search / browse / list views from the Description field to Identifier. I’ve manages to do it everywhere, besides when you’re trying to browse through the Collection Tree, which is the main way to browse on the site. Anyone have an idea where is there another browse.php file that I might have missed?

Thanks

Screen Shot 2023-02-25 at 01.59.49
Screen Shot 2023-02-25 at 01.59.36

So the image where it says Browse Items is perfectly changed and the picture that says Collection Items is the one from the collection tree and needs to change

twitched around the collections/show.php

now it’s working

        <?php if (metadata('item', 'has tags')): ?>
        <div class="item-tags"><strong>Tags:</strong>
            <?php echo tag_string('item'); ?>
        </div>
        <?php endif; ?>