- \u25cf E Eastbound 0\u00b0\u2013179\u00b0
- \u25cf W Westbound 186\u00b0\u2013359\u00b0
+ {"\u25cf"} E Eastbound 0{"\u00b0\u2013"}179{"\u00b0"}
+ {"\u25cf"} W Westbound 186{"\u00b0\u2013"}359{"\u00b0"}
ATC clears flight level in meters. Set altimeter to corresponding feet value.
Onboard metric readout may differ from cleared value by up to 30 m due to rounding.
@@ -3058,7 +3058,7 @@ const CrewRestModule = ({ theme }) => {
type="text" value={crew[i]}
onChange={(e) => !locked && updateCrew(i, e.target.value)}
readOnly={locked}
- placeholder={i < 3 ? "ID or name" : "optional"}
+ placeholder={i < 3 ? "ID" : "ID"}
style={inputStyle} {...focus}
/>