Skip to content

Commit 5657cad

Browse files
committed
Fix info bubble text typo
1 parent 7ec535f commit 5657cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h2>
10381038
<button type="button" id="useECEFCoordinates" class="btn btn-primary box-margin20"
10391039
onClick="useECEFCoordinates()">Use Current Coordinates</button>
10401040
<span class="tt" data-bs-placement="right"
1041-
title="Copies the current ECEF corrdinates into the fixed X/Y/Z boxes.">
1041+
title="Copies the current ECEF coordinates into the fixed X/Y/Z boxes.">
10421042
<span class="icon-info-circle text-primary ms-2"></span>
10431043
</span>
10441044
</div>

Firmware/RTK_Surveyor/form.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ static const char *index_html = R"=====(
19761976
<button type="button" id="useECEFCoordinates" class="btn btn-primary box-margin20"
19771977
onClick="useECEFCoordinates()">Use Current Coordinates</button>
19781978
<span class="tt" data-bs-placement="right"
1979-
title="Copies the current ECEF corrdinates into the fixed X/Y/Z boxes.">
1979+
title="Copies the current ECEF coordinates into the fixed X/Y/Z boxes.">
19801980
<span class="icon-info-circle text-primary ms-2"></span>
19811981
</span>
19821982
</div>

0 commit comments

Comments
 (0)