"View Availability" is now "Get It" #285

Merged
tobru merged 1 commit from rename-view-availability into main 2025-11-13 10:00:21 +00:00

View file

@ -26,6 +26,6 @@
{% else %}
<span></span>
{% endif %}
<a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "View Availability" %}</a>
<a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "Get It" %}</a>
</div>
</div>