Language improvements

Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
Valentin PRUGNAUD
2015-01-05 11:12:34 +00:00
committed by Graham Campbell
parent 81bbccb3c4
commit 08a016ff2b
50 changed files with 920 additions and 281 deletions
+4 -4
View File
@@ -5,14 +5,14 @@
<div>
<img class="logo" height="65" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet"/>
</div>
<h1>404</h1>
<h3>{{ trans('cachet.dashboard.not_found') }}</h3>
<h1>{{ trans('errors.not-found.code') }}</h1>
<h3>{{ trans('errors.not-found.title') }}</h3>
<div class="error-desc">
<p>{{ trans('cachet.dashboard.not_found_message') }}</p>
<p>{{ trans('errors.not-found.message') }}</p>
<br/>
<p>
<a href='/' class='btn btn-default btn-lg'>{{ trans('cachet.dashboard.not_found_link') }}</a>
<a href='/' class='btn btn-default btn-lg'>{{ trans('errors.not-found.link') }}</a>
</p>
</div>
</div>