mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Localization string unification changes
unifying the text bit 'Go to shop' to display 'shop' with a lowercase s in base.html
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
</button>
|
||||
</form>
|
||||
{% else %}
|
||||
<a href="{% eventurl request.event "presale:event.index" %}" title="{% trans "Go to Shop" %}"
|
||||
<a href="{% eventurl request.event "presale:event.index" %}" title="{% trans "Go to shop" %}"
|
||||
target="_blank" class="navbar-toggle mobile-navbar-view-link">
|
||||
<i class="fa fa-eye"></i>
|
||||
</a>
|
||||
@@ -137,7 +137,7 @@
|
||||
</button>
|
||||
</form>
|
||||
{% else %}
|
||||
<a href="{% eventurl request.event "presale:event.index" %}" title="{% trans "Go to Shop" %}" target="_blank">
|
||||
<a href="{% eventurl request.event "presale:event.index" %}" title="{% trans "Go to shop" %}" target="_blank">
|
||||
<i class="fa fa-eye"></i> {% trans "Go to shop" %}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user