-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update inat import complete email (#4136)
* Update inat import complete email * Update text in spec * remove focus
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,18 @@ Your iNaturalist subject import has finished processing. | |
<% if @no_errors %> | ||
The iNaturalist observations have been imported successfully. | ||
<% else %> | ||
There were some errors when importing your iNaturalist observations. | ||
Some observations could not be imported. | ||
Observations with the following iNaturalist IDs are not included in your subject set: | ||
|
||
<%= @failed_ids.join(', ') %> | ||
<% end %> | ||
|
||
<%= @imported_count %> subjects were imported into subject set '<%= @subject_set_name %>'. | ||
|
||
To view them, visit: <%= @subject_set_lab_url %> | ||
|
||
If you have questions or if there were any issues with your import, please email [email protected]. | ||
|
||
Cheers, | ||
The Zooniverse Team | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters