diff --git a/.github/ISSUE_TEMPLATE/can-t-get-car-model.md b/.github/ISSUE_TEMPLATE/can-t-get-car-model.md index 36f3261..5b5f479 100644 --- a/.github/ISSUE_TEMPLATE/can-t-get-car-model.md +++ b/.github/ISSUE_TEMPLATE/can-t-get-car-model.md @@ -6,7 +6,7 @@ labels: Car_model assignees: '' --- - + I have a "Can't get car model" error. Information to add my car model to the app: - Brand: diff --git a/web/config_views.py b/web/config_views.py index f38d943..7c2e3dd 100644 --- a/web/config_views.py +++ b/web/config_views.py @@ -23,7 +23,7 @@ config_layout = dbc.Row(dbc.Col(className="col-md-12 col-lg-2 ml-2", children=[ options=[ {"label": "Peugeot", "value": "com.psa.mym.mypeugeot"}, {"label": "Opel", "value": "com.psa.mym.myopel"}, - {"label": "Cirtroën", "value": "com.psa.mym.citroen"}, + {"label": "Citroën", "value": "com.psa.mym.citroen"}, {"label": "DS", "value": "com.psa.mym.myds"}, {"label": "Vauxhall", "value": "com.psa.mym.myvauxhall"} ], @@ -180,4 +180,4 @@ def finishOtp(n_clicks, code_pin, sms_code): # pylint: disable=unused-argument except Exception as e: res = str(e) return dbc.Alert(res, color="danger") - raise PreventUpdate() \ No newline at end of file + raise PreventUpdate()