diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-03 12:38:08 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-03 12:38:08 +0100 | 
| commit | 13f280e29b19c40eff36b4a7f8359725aa07f15e (patch) | |
| tree | 34cb3dbcf6eb02ff8d806bde22b9dba0c2ac7ba2 | |
| parent | 39ffb2c653c4940a9cc12fcd15500e53a90772ae (diff) | |
i18n: fix typo
| -rw-r--r-- | lib/DBInfoscreen/I18N/en.pm | 2 | ||||
| -rw-r--r-- | templates/layouts/app.html.ep | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lib/DBInfoscreen/I18N/en.pm b/lib/DBInfoscreen/I18N/en.pm index 8557781..5942f30 100644 --- a/lib/DBInfoscreen/I18N/en.pm +++ b/lib/DBInfoscreen/I18N/en.pm @@ -18,7 +18,7 @@ our %Lexicon = (  	'Zug / Station' => 'Enter train number or station name',  	'Zug, Stationsname oder Ril100-Kürzel' =>  	  'train, station name, or DS100 code', -	'Abfahrstafel'                            => 'Show departures', +	'Abfahrtstafel'                           => 'Show departures',  	'Weitere Einstellungen'                   => 'Preferences',  	'Zeiten inkl. Verspätung angeben'         => 'Include delay in timestamps',  	'Verspätungen erst ab 5 Minuten anzeigen' => 'Hide delays below 5 minutes', diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 6d18f8b..63118f1 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -133,7 +133,7 @@      </div>    </div>    <div class="field"> -    %= submit_button l('Abfahrstafel') +    %= submit_button l('Abfahrtstafel')    </div>    % if (stash('input')) {      <div class="geolink"> | 
