diff options
author | MaZderMind | 2016-12-29 14:13:38 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 14:13:38 +0100 |
commit | 04bf48dd5c637e0c8007b81fda8648fd6f19d3ae (patch) | |
tree | 812a17a26f162fb303ae41a8e134c3b9baac3c8a /template | |
parent | afa5d7b8b3f1371dbd8b970afa5126a7a9c4a0e7 (diff) |
fix wording of "Fahrplan"
Diffstat (limited to 'template')
-rw-r--r-- | template/room.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/room.phtml b/template/room.phtml index 8ce8d81..35e38a1 100644 --- a/template/room.phtml +++ b/template/room.phtml @@ -34,7 +34,7 @@ <? endif ?> <? if($room->hasSchedule()): ?> <li> - <a href="#schedule" role="tab" data-toggle="tab">Schedule</a> + <a href="#schedule" role="tab" data-toggle="tab">Fahrplan</a> </li> <? endif ?> <? if($room->hasFeedback()): ?> |