Skip to content

Commit

Permalink
adding explanation text to configure step of data import
Browse files Browse the repository at this point in the history
  • Loading branch information
willdoran committed May 2, 2016
1 parent c7be953 commit 103329f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/common/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@
"data_import" :{
"continue" : "Continue",
"configure_posts": "Configure Posts",
"configure_explanation": "Through this interface you can set values for the post type fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
"import" : "Import",
"import_explanation_csv" : "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific post type",
"import_explanation_file_size" : " - The size for a single file is limited to 10 MB",
Expand Down
5 changes: 5 additions & 0 deletions server/www/templates/settings/data-import/data-configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ <h1 translate>data_import.import_csv</h1>
<li class="active" translate>data_import.configure_posts</li>
</ol>
<h2 translate>data_import.configure_all_imported_posts</h2>
<p><em translate>data_import.configure_explanation</em></p>
<div class="actions-inline actions-right">
<button class="button-link" ng-click="cancelImport()"translate>data_import.cancel_import</button>
<button type="submit" id="submit" ng-click="submitMappings()" translate>data_import.finish_import</button>
</div>
<post-editor
post="post"
attributes-to-ignore="csv.maps_to"
Expand Down

0 comments on commit 103329f

Please sign in to comment.