Merge pull request '"View Availability" is now "Get It"' (#285) from rename-view-availability into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 43s
Tests / test (push) Successful in 27s
Build and Deploy Staging / deploy (push) Successful in 7s

Reviewed-on: #285
This commit is contained in:
Tobias Brunner 2025-11-13 10:00:20 +00:00
commit 4ffbd0fe5d

View file

@ -26,6 +26,6 @@
{% else %} {% else %}
<span></span> <span></span>
{% endif %} {% 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>
</div> </div>