diff options
| author | Moritz Schlarb <moschlar@metalabs.de> | 2016-12-02 16:40:48 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-02 16:40:48 +0100 | 
| commit | 53817d97ba0dab6133b9b91b422426dd10693578 (patch) | |
| tree | 2040b05699c35d9a570e34c0467404747a69fc3f | |
| parent | ebaba18683a3c8e3297ebff71733466a36ee009b (diff) | |
Update default.html.ep
Fix typo Abfartsmonitor (:dash:)
| -rw-r--r-- | templates/layouts/default.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 1f21a6e..54bda52 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -67,7 +67,7 @@ Bitte eine Station aus der Liste auswählen</div>      </div>    </div>    <div class="field"> -    %= submit_button 'Abfartsmonitor' +    %= submit_button 'Abfahrtsmonitor'    </div>    <div class="break"></div>    <div class="moresettings-header moresettings-header-collapsed button button-light">Weitere Einstellungen</div> | 
