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:
MrGamy
2020-06-29 18:00:36 +02:00
committed by Raphael Michel
parent df6038e39b
commit 0d1aa2f96e

View File

@@ -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 %}