Skip to content

Commit

Permalink
Merge pull request WildMeOrg#708 from WildMeOrg/alpha-to-beta-bi
Browse files Browse the repository at this point in the history
upgraded from alpha to beta
  • Loading branch information
erinz2020 authored Aug 29, 2024
2 parents 601d988 + 3ea46c4 commit a008c72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/webapp/import/instructions.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ String wbName = ContextConfiguration.getNameForContext(context);
}
.warning {
border-radius: 5px;
background-color: lightgrey;
color: red;
background-color: #f0e130;
padding: 5px;
}
</style>
Expand All @@ -49,7 +48,7 @@ String wbName = ContextConfiguration.getNameForContext(context);
<h1 class="import-header">Bulk Import: Instructions</h1>

<p class="warning">
<strong>This feature is in Alpha.</strong> This means it is untested and unreleased. Please only use this tool if you are willing to help us test the UI and report bugs. Your data might not be imported correctly until we have done further testing and development.
<strong>This feature is in Beta.</strong> This means has been updated and tested, but is still under active development. Please only use this tool if you are willing to help us test the UI and report bugs. Your data might not be imported correctly until we have done further testing and development.
</p>

<p>The goal of this tool is to allow scientists to add large amounts of data to <%=wbName%> at once, such as an entire season's observations, while performing the data-blending and data-integrity checks themselves.</p>
Expand Down

0 comments on commit a008c72

Please sign in to comment.