Skip to content

Commit 50bf22c

Browse files
committed
Fix tool tip typo
Subfix for #269
1 parent 8e7b737 commit 50bf22c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ <h2>
10811081
<label for="antennaHeight"
10821082
class="box-margin40 col-sm-3 col-5 col-form-label">Antenna Height(mm):
10831083
<span class="tt" data-bs-placement="right"
1084-
title="Distance from the base of the antenna to the mark on the ground. This is usually the total length of the prism pole and any extensions. Amount is subtracted from HAE before starting fixed base.">
1084+
title="Distance from the base of the antenna to the mark on the ground. This is usually the total length of the prism pole and any extensions. Amount is added to HAE before starting fixed base.">
10851085
<span class="icon-info-circle text-primary ms-2"></span>
10861086
</span>
10871087
</label>
@@ -1096,7 +1096,7 @@ <h2>
10961096
<label for="antennaReferencePoint"
10971097
class="box-margin40 col-5 col-form-label">Antenna Reference Point(mm):
10981098
<span class="tt" data-bs-placement="right"
1099-
title="ARP is the distance from the base of the antenna to the antenna phase center. This is usually printed on the side of the antenna and is calculated during antenna calibration. Amount is subtracted from HAE before starting fixed base.">
1099+
title="ARP is the distance from the base of the antenna to the antenna phase center. This is usually printed on the side of the antenna and is calculated during antenna calibration. Amount is added to HAE before starting fixed base.">
11001100
<span class="icon-info-circle text-primary ms-2"></span>
11011101
</span>
11021102
</label>

Firmware/RTK_Surveyor/form.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ static const char *index_html = R"=====(
20202020
<label for="antennaHeight"
20212021
class="box-margin40 col-sm-3 col-5 col-form-label">Antenna Height(mm):
20222022
<span class="tt" data-bs-placement="right"
2023-
title="Distance from the base of the antenna to the mark on the ground. This is usually the total length of the prism pole and any extensions. Amount is subtracted from HAE before starting fixed base.">
2023+
title="Distance from the base of the antenna to the mark on the ground. This is usually the total length of the prism pole and any extensions. Amount is added to HAE before starting fixed base.">
20242024
<span class="icon-info-circle text-primary ms-2"></span>
20252025
</span>
20262026
</label>
@@ -2035,7 +2035,7 @@ static const char *index_html = R"=====(
20352035
<label for="antennaReferencePoint"
20362036
class="box-margin40 col-5 col-form-label">Antenna Reference Point(mm):
20372037
<span class="tt" data-bs-placement="right"
2038-
title="ARP is the distance from the base of the antenna to the antenna phase center. This is usually printed on the side of the antenna and is calculated during antenna calibration. Amount is subtracted from HAE before starting fixed base.">
2038+
title="ARP is the distance from the base of the antenna to the antenna phase center. This is usually printed on the side of the antenna and is calculated during antenna calibration. Amount is added to HAE before starting fixed base.">
20392039
<span class="icon-info-circle text-primary ms-2"></span>
20402040
</span>
20412041
</label>

0 commit comments

Comments
 (0)