Skip to content

Commit

Permalink
fix: spelling mistake corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
AdonaiDiazEsparza committed Oct 29, 2024
1 parent 2d16dce commit f2dcc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Canbus_app/draw_functions/drawWidgets.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void draw_device_no_connected(App* app) {
widget_reset(app->widget);

widget_add_string_element(
app->widget, 65, 20, AlignCenter, AlignBottom, FontPrimary, "DEVICE NO");
app->widget, 65, 20, AlignCenter, AlignBottom, FontPrimary, "DEVICE NOT");

widget_add_string_element(
app->widget, 65, 35, AlignCenter, AlignBottom, FontPrimary, "CONNECTED");
Expand Down
2 changes: 1 addition & 1 deletion Canbus_app/scenes/Obd2Options/manualPIDSenderOption.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static int32_t obdii_thread_response_manual_sender_on_work(void* context) {
}

} else {
furi_string_printf(text, "DEVICE NO CONNECTED!");
furi_string_printf(text, "DEVICE NOT CONNECTED!");
text_box_set_text(app->textBox, furi_string_get_cstr(text));
}

Expand Down

0 comments on commit f2dcc39

Please sign in to comment.