Translate hard-coded strings.

This commit is contained in:
koziolek
2017-11-03 14:53:00 +01:00
parent ca5249d839
commit 62998f8d69
12 changed files with 30 additions and 23 deletions

View File

@@ -3,8 +3,7 @@
<div class="col-sm-8">
{% if env('MAPBOX_API_KEY','') == '' %}
<p class="text-danger">
To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>.
Open your <code>.env</code> file en enter this code after <code>MAPBOX_API_KEY=</code>.
{{ trans('mapbox_api_key')|raw }}
</p>
{% else %}
<div id="{{ name }}_map" style="width:100%;height:300px;"></div>