diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2011-09-14 23:11:34 +0200 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2011-09-14 23:11:34 +0200 |
commit | 2ad0124eb05bc87f0f1265ff7ba169c34de484e5 (patch) | |
tree | f202f6345a85bf273dde0b6722a8be33ec0d45b5 /templates | |
parent | 01bd4e33de68d3ea85bfa670f9529b1154886187 (diff) | |
parent | 95e9e7b14776e48983c23e02ef80198c5902d458 (diff) |
Merge branch 'master' of https://vcs.wybt.net/engelsystem/git
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> |