Skip to content

Commit

Permalink
chore: fix tab title naming on event level
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzlerch committed Jul 30, 2023
1 parent 10ce093 commit ba2298d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% load static %}
{% load bootstrap3 %}
{% load eventurl %}
{% block title %}{% trans "Manual Seats" %}{% endblock %}
{% block title %}{% trans "Seating Plan Import" %}{% endblock %}
{% block content %}
<h1>{% trans "Manual Seats" %} 💺</h1>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% load static %}
{% load bootstrap3 %}
{% load eventurl %}
{% block title %}{% trans "Manual Seats" %}{% endblock %}
{% block title %}{% trans "Seating Plan Mapping" %}{% endblock %}
{% block content %}
<h1>{% trans "Manual Seats" %} 💺</h1>
{% if seatingplan %}
Expand Down

0 comments on commit ba2298d

Please sign in to comment.