Add missing translation for #843

This commit is contained in:
James Cole
2017-09-14 17:45:43 +02:00
parent 5e900736f8
commit fc67c9a476
2 changed files with 3 additions and 1 deletions

View File

@@ -129,7 +129,7 @@
<a href="{{ route('import.index') }}"><i class="fa fa-archive fa-fw"></i> {{ 'import_data'|_ }}</a>
</li>
<li class="{{ activeRoutePartial('export') }}">
<a href="{{ route('export.index') }}"><i class="fa fa-file-archive-o fa-fw"></i> {{ 'export_data'|_ }}</a>
<a href="{{ route('export.index') }}"><i class="fa fa-file-archive-o fa-fw"></i> {{ 'export_and_backup_data'|_ }}</a>
</li>
</ul>