fix example

This commit is contained in:
Florian Bezannier
2021-06-30 00:17:04 +02:00
parent 30b61644d3
commit c2597770f5
+1 -1
View File
@@ -61,7 +61,7 @@ config_layout = dbc.Row(dbc.Col(className="col-md-12 col-lg-2 ml-2", children=[
placeholder="Enter your country code",
),
dbc.FormText(
"Example: FR for FRANCE or EN for England",
"Example: FR for FRANCE or GB for Great Britain...",
color="secondary",
)
]