Skip to content

Commit

Permalink
Replace layer description label (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Feb 7, 2024
2 parents 924e062 + 6f52ed5 commit 958b674
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Link hydrogeology observations to new completion casing.
- Use always _m MD_ as unit for borehole depth.
- Use reusable form components for hydrogeology.
- Replaced label for layer description quality.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"original_lithology": "",
"organic_component": "",
"plasticity": "",
"completeness": "",
"qt_description": "",
"striae": "",
"uscs_1": "",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
"original_lithology": "Ursprüngliche Lithologie",
"organic_component": "Organische Komponenten",
"plasticity": "Plastizität",
"completeness": "Vollständigkeit der Einträge",
"qt_description": "Qualität der Beschreibung",
"striae": "Striemung",
"uscs_1": "USCS 1",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
"original_lithology": "Original lithology",
"organic_component": "Organic components",
"plasticity": "Plasticity",
"completeness": "Completeness of entries",
"qt_description": "Quality of the description",
"striae": "Striations",
"uscs_1": "USCS 1",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
"original_lithology": "Lithologie originale",
"organic_component": "Composants organiques",
"plasticity": "Plasticité",
"completeness": "Exhaustivité des informations",
"qt_description": "Qualité de la description",
"striae": "Stries",
"uscs_1": "USCS 1",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/it/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
"original_lithology": "Litologia originale",
"organic_component": "Componenti organici",
"plasticity": "Plasticità",
"completeness": "Integralità dei dati",
"qt_description": "Qualità della descrizione",
"striae": "Strie",
"uscs_1": "USCS 1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const stratigraphyData = {
{
id: 3,
type: "Dropdown",
label: "qt_description",
label: "completeness",
value: "qtDescriptionId",
schema: "qt_description",
multiple: false,
Expand Down

0 comments on commit 958b674

Please sign in to comment.