Skip to content

Commit

Permalink
Update labels to match UI mockup
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov committed Aug 2, 2022
1 parent 2cef4e3 commit 08f0d01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ClientApp/src/components/BohrprofilForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function BohrprofilForm(props) {
InputLabelProps={{ shrink: field.value != null }}
margin="normal"
multiline
label="Bemerkung zum Bohrprofil"
label="Bemerkungen zum Bohrprofil"
type="text"
sx={{ width: "47%" }}
variant="standard"
Expand All @@ -221,7 +221,7 @@ export default function BohrprofilForm(props) {
value={field.value}
sx={{ marginRight: "6%", width: "47%" }}
margin="normal"
label="Terrainkote der Bohrung [m]"
label="Terrainkote der Bohrung [m ü. M.]"
type="number"
variant="standard"
{...register("kote")}
Expand All @@ -239,7 +239,7 @@ export default function BohrprofilForm(props) {
value={field.value}
sx={{ width: "47%" }}
margin="normal"
label="Endtiefe der Bohrung [m]"
label="Endtiefe der Bohrung [m u. T.]"
type="number"
variant="standard"
{...register("endteufe")}
Expand Down Expand Up @@ -357,7 +357,7 @@ export default function BohrprofilForm(props) {
InputLabelProps={{ shrink: field.value != null }}
margin="normal"
multiline
label="Bemerkung zur Qualitätsangabe"
label="Bemerkungen zur Qualitätsangabe"
type="text"
sx={{ width: "100%" }}
variant="standard"
Expand Down Expand Up @@ -407,7 +407,7 @@ export default function BohrprofilForm(props) {
<Table name="schichten-table" size="small">
<TableHead>
<TableRow>
<TableCell>Tiefe [m u.T]</TableCell>
<TableCell>Tiefe [m u. T.]</TableCell>
<TableCell>Schichtgrenze</TableCell>
<TableCell></TableCell>
</TableRow>
Expand Down

0 comments on commit 08f0d01

Please sign in to comment.