diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_shifts.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 8d4ed12a..85f38112 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -1,17 +1,17 @@ <p> - Select room: %room_select% + Raum: %room_select% </p> <p> - Select day: %day_select% + Tag: %day_select% </p> <table> <thead> <tr> <th> - Timeslot + Zeit </th> <th> - Entries + Einträge </th> </tr> </thead> |