From 8bdf102c56f17e8be3f73db3b26ce495c24fc264 Mon Sep 17 00:00:00 2001 From: Kumar <36933347+rav4kumar@users.noreply.github.com> Date: Thu, 30 May 2019 10:43:45 -0700 Subject: [PATCH] change "limit" to "speedlimit" --- selfdrive/ui/bbui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/bbui.h b/selfdrive/ui/bbui.h index 57c284509ce744..17d3e19a0bf490 100644 --- a/selfdrive/ui/bbui.h +++ b/selfdrive/ui/bbui.h @@ -568,7 +568,7 @@ void bb_ui_draw_measures_left( UIState *s, int bb_x, int bb_y, int bb_w ) { snprintf(uom_str, sizeof(uom_str), ""); - bb_h +=bb_ui_draw_measure(s, val_str, uom_str, "Limit", + bb_h +=bb_ui_draw_measure(s, val_str, uom_str, "SpeedLimit", bb_rx, bb_ry, bb_uom_dx, val_color, lab_color, uom_color, value_fontSize, label_fontSize, uom_fontSize );