diff --git a/locales/en/messages.json b/locales/en/messages.json index f9720101d3..147fdc8892 100755 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -6070,12 +6070,12 @@ "osdDescElementEscRpm": { "message": "RPM reported by ESC telemetry" }, - "osdTextElementRemaningTimeEstimate": { + "osdTextElementRemainingTimeEstimate": { "message": "Timer: remaining time estimate", "description": "One of the elements of the OSD" }, - "osdDescElementRemaningTimeEstimate" : { - "message": "Estimate of flight time remaning" + "osdDescElementRemainingTimeEstimate" : { + "message": "Estimate of flight time remaining" }, "osdTextElementRtcDateTime": { "message": "RTC date and time", diff --git a/src/js/tabs/osd.js b/src/js/tabs/osd.js index fc0ae73235..e10dad5bac 100644 --- a/src/js/tabs/osd.js +++ b/src/js/tabs/osd.js @@ -1278,8 +1278,8 @@ OSD.loadDisplayFields = function () { }, REMAINING_TIME_ESTIMATE: { name: "REMAINING_TIME_ESTIMATE", - text: "osdTextElementRemaningTimeEstimate", - desc: "osdDescElementRemaningTimeEstimate", + text: "osdTextElementRemainingTimeEstimate", + desc: "osdDescElementRemainingTimeEstimate", defaultPosition: -1, draw_order: 80, positionable: true,