mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +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>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% 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">
|
target="_blank" class="navbar-toggle mobile-navbar-view-link">
|
||||||
<i class="fa fa-eye"></i>
|
<i class="fa fa-eye"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% 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" %}
|
<i class="fa fa-eye"></i> {% trans "Go to shop" %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user