Skip to content

Commit

Permalink
Rename 'Hydraulic' to 'Hydraulic oil'
Browse files Browse the repository at this point in the history
  • Loading branch information
blammit authored and chriadam committed Nov 14, 2023
1 parent 0e0505a commit cfca72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Gauges.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function tankProperties(type) {
icon: "/images/icon_hydraulic_oil_32.svg",
valueType: V.VenusOS.Gauges_ValueType_FallingPercentage,
borderColor: V.Theme.color.hydraulicOil,
//% "Hydraulic"
name: qsTrId("gauges_hydraulic")
//% "Hydraulic oil"
name: qsTrId("gauges_hydraulic_oil")
}
case V.VenusOS.Tank_Type_RawWater:
return {
Expand Down

0 comments on commit cfca72c

Please sign in to comment.