Skip to content

Commit

Permalink
Merge pull request #227 from Ettrig/UItexts4
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Feb 27, 2024
2 parents 4504e0d + 178a0d3 commit 3348001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ const AIModelsList = (props) => {
</Grid>
<Grid item xs={12}>
<Typography variant="body1" component="div">
Each model is trained using a specific training data and has a
status. Published Models can be used to predect features on the same
imagery used in the training dataset.
Each model is trained using one of the training datasets. Published models can be used to
find mappable features in imagery that is similar to the training areas that dataset
comes from.
</Typography>
</Grid>
{error && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const AOI = (props) => {
<Grid item md={12} className="card" marginBottom={1}>
<Tooltip title="For each AOI, we need to make sure that the map data inside it is aligned and complete">
<Typography sx={{ mt: 4, mb: 2 }} variant="h6" component="div">
Areas of Interest{` (${props.mapLayers.length})`}
Training Areas{` (${props.mapLayers.length})`}
</Typography>
</Tooltip>
<Demo>
Expand Down

0 comments on commit 3348001

Please sign in to comment.