Fixed some embarrassing spelling errors in the CSV importer. [skip ci]

This commit is contained in:
James Cole
2015-08-02 08:53:19 +02:00
parent 5a77bef494
commit 223ea80860
4 changed files with 22 additions and 19 deletions

View File

@@ -45,9 +45,9 @@
<table class="table">
<thead>
<th style="width:20%;">{{ 'cvs_column_name'|_ }}</th>
<th style="width:40%;">{{ 'cvs_column_example'|_ }}</th>
<th style="width:30%;">{{ 'cvs_column_role'|_ }}</th>
<th style="width:20%;">{{ 'csv_column_name'|_ }}</th>
<th style="width:40%;">{{ 'csv_column_example'|_ }}</th>
<th style="width:30%;">{{ 'csv_column_role'|_ }}</th>
<th style="width:10%;">{{ 'csv_do_map_value'|_ }}</th>
</thead>
{% for index,header in headers %}

View File

@@ -48,7 +48,7 @@
<div class="box-body no-padding">
<table class="table table-hover">
<thead>
<th style="width:50%;">{{ 'cvs_field_value'|_ }}</th>
<th style="width:50%;">{{ 'csv_field_value'|_ }}</th>
<th>{{ 'csv_field_mapped_to'|_ }}</th>
</thead>
<tbody>