diff --git a/_includes/index/carousel.html b/_includes/index/carousel.html
index e19a4dd..2ba40f9 100644
--- a/_includes/index/carousel.html
+++ b/_includes/index/carousel.html
@@ -20,7 +20,7 @@
{%- assign carousel-max = include.max | default: 9 -%}
{%- assign btn-color = include.btn-color | default: "light" -%}
-{%- assign btn-text = include.btn-text | default: "View Item" -%}
+{%- assign btn-text = include.btn-text | default: "View Collection" -%}
{% if site.data.theme.carousel-child-objects == true %}
{%- assign carousel-items = site.data[site.metadata] | where_exp: 'item','item.objectid' | where_exp: "item","item.image_small != nil or item.image_thumb != nil"-%}
{% else %}