From 178a0d3826f1b5e4f0694589d855da205228fe61 Mon Sep 17 00:00:00 2001 From: Ettrig Date: Sat, 24 Feb 2024 19:50:31 +0100 Subject: [PATCH] UI strings in DatasetEditor and ModelList --- .../components/Layout/AIModels/AIModelsList/AIModelsList.js | 6 +++--- .../src/components/Layout/TrainingDS/DatasetEditor/AOI.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Layout/AIModels/AIModelsList/AIModelsList.js b/frontend/src/components/Layout/AIModels/AIModelsList/AIModelsList.js index c1fb802b..ad6b896e 100644 --- a/frontend/src/components/Layout/AIModels/AIModelsList/AIModelsList.js +++ b/frontend/src/components/Layout/AIModels/AIModelsList/AIModelsList.js @@ -161,9 +161,9 @@ const AIModelsList = (props) => { - 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. {error && ( diff --git a/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js b/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js index 0cf91a54..1e461ada 100644 --- a/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js +++ b/frontend/src/components/Layout/TrainingDS/DatasetEditor/AOI.js @@ -116,7 +116,7 @@ const AOI = (props) => { - Areas of Interest{` (${props.mapLayers.length})`} + Training Areas{` (${props.mapLayers.length})`}