Skip to content

Commit cf070c7

Browse files
authored
Fix typo in OSD description (#4691)
* Fix typo in OSD description * Correct typo in osdTextElementRemaningTimeEstimate and osdDescElementRemaningTimeEstimate * Revert changes on non-english translation files
1 parent a1b74ab commit cf070c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

locales/en/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6070,12 +6070,12 @@
60706070
"osdDescElementEscRpm": {
60716071
"message": "RPM reported by ESC telemetry"
60726072
},
6073-
"osdTextElementRemaningTimeEstimate": {
6073+
"osdTextElementRemainingTimeEstimate": {
60746074
"message": "Timer: remaining time estimate",
60756075
"description": "One of the elements of the OSD"
60766076
},
6077-
"osdDescElementRemaningTimeEstimate" : {
6078-
"message": "Estimate of flight time remaning"
6077+
"osdDescElementRemainingTimeEstimate" : {
6078+
"message": "Estimate of flight time remaining"
60796079
},
60806080
"osdTextElementRtcDateTime": {
60816081
"message": "RTC date and time",

src/js/tabs/osd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,8 @@ OSD.loadDisplayFields = function () {
12781278
},
12791279
REMAINING_TIME_ESTIMATE: {
12801280
name: "REMAINING_TIME_ESTIMATE",
1281-
text: "osdTextElementRemaningTimeEstimate",
1282-
desc: "osdDescElementRemaningTimeEstimate",
1281+
text: "osdTextElementRemainingTimeEstimate",
1282+
desc: "osdDescElementRemainingTimeEstimate",
12831283
defaultPosition: -1,
12841284
draw_order: 80,
12851285
positionable: true,

0 commit comments

Comments
 (0)