Skip to content
Snippets Groups Projects
Commit 43103436 authored by weeman's avatar weeman Committed by HeJ
Browse files

Benutze Button Label, wenn vorhanden

parent 4f2ba753
No related branches found
No related tags found
No related merge requests found
{% macro primary(label, link, icon=None) -%}
<a class="hub-btn" href="{{ link }}">
{% if icon %}<i class="bi bi-{{ icon }}"></i>{% endif %}
{{ _("index__box-whats_happening__fahrplan_link") }}
{{ label or _("index__box-whats_happening__fahrplan_link") }}
</a>
{%- endmacro %}
......@@ -303,9 +303,6 @@ msgstr "Badge annehmen"
msgid "Save visibility"
msgstr "Sichtbarkeit speichern"
msgid "index__box-whats_happening__fahrplan_link"
msgstr "Schedule anschauen"
msgid "No entries available."
msgstr "Keine Einträge vorhanden."
......@@ -930,6 +927,9 @@ msgstr "Einlöse-Token"
msgid "Avatar of %(name)s"
msgstr "Avatar von %(name)s"
msgid "index__box-whats_happening__fahrplan_link"
msgstr "Schedule anschauen"
#, python-format
msgid "Day %(n)s"
msgstr "Tag %(n)s"
......
......@@ -303,9 +303,6 @@ msgstr ""
msgid "Save visibility"
msgstr ""
msgid "index__box-whats_happening__fahrplan_link"
msgstr "view the schedule"
msgid "No entries available."
msgstr ""
......@@ -930,6 +927,9 @@ msgstr "Redeem token"
msgid "Avatar of %(name)s"
msgstr "Avatar of %(name)s"
msgid "index__box-whats_happening__fahrplan_link"
msgstr "view the schedule"
#, python-format
msgid "Day %(n)s"
msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment