diff options
| -rw-r--r-- | templates/add_journey.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/add_journey.html.ep b/templates/add_journey.html.ep index 046ca43..f7b0f4a 100644 --- a/templates/add_journey.html.ep +++ b/templates/add_journey.html.ep @@ -94,7 +94,7 @@  	<div class="row">  		<div class="input-field col s12">  			%= text_area 'route', id => 'route', class => 'materialize-textarea' -			<label for="route">Unterwegshalte (optional, eine Station pro Zeile, DS100 möglich)</label> +			<label for="route">Unterwegshalte (optional, eine Station pro Zeile)</label>  		</div>  	</div>  	<div class="row"> | 
