Skip to content

Commit 46e84d3

Browse files
Update examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp
Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>
1 parent b468185 commit 46e84d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void RefrigeratorUI::DrawFooter(GLIB_Context_t * glibContext, bool autoMode)
149149
break;
150150
case SUPPORTED_MODES::ENERGY_SAVE:
151151
DrawSetPoint(glibContext, 0, false);
152-
GLIB_drawStringOnLine(glibContext, "Mode : Energy save", 11, GLIB_ALIGN_LEFT, 0, 0, true);
152+
GLIB_drawStringOnLine(glibContext, "Mode : Energy Save", 11, GLIB_ALIGN_LEFT, 0, 0, true);
153153
DrawSetPoint(glibContext, mCurrentTempCelsius, false);
154154
break;
155155
default:

0 commit comments

Comments
 (0)