Skip to content

Commit

Permalink
riders list: Rename the PDF creation button to PDF
Browse files Browse the repository at this point in the history
With the additional forms to print listed here, "Fahrerliste" becomes a bit confusing.
  • Loading branch information
Andreas Gruenbacher committed Jul 16, 2020
1 parent 2f7d628 commit 7b7db56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/event/list/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h1><a href="" ng-click="settings($event)">{{event.title}}</a></h1>
</td>
</tr>
<tr><th></th>
<td><button type="submit" ng-click="create_pdf($event)">Fahrerliste</button></td>
<td><button type="submit" ng-click="create_pdf($event)">PDF</button></td>
</tr>
<tr ng-repeat="form in config.pdf_forms[event.type]" ng-if="!groups"><th></th>
<td>
Expand Down

0 comments on commit 7b7db56

Please sign in to comment.