Skip to content

Commit a224f5e

Browse files
committed
fix(statutory): add name of statutory event to export page
1 parent 7a7a742 commit a224f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/statutory/Export.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="tile is-ancestor">
33
<div class="tile is-parent">
44
<div class="tile is-child">
5-
<div class="title">Export data</div>
5+
<div class="title">Export data for {{ event.name }}</div>
66
<div v-if="can.export.openslides">
77
<div class="field">
88
<div class="control">

0 commit comments

Comments
 (0)