Skip to content

Commit

Permalink
component_charts: fix Spanish indicators chart
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Feb 10, 2024
1 parent 9f30b9b commit 96e4c50
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component_charts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down
2 changes: 1 addition & 1 deletion template_data_quality_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down
2 changes: 1 addition & 1 deletion template_publisher_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down
2 changes: 1 addition & 1 deletion template_structure_and_format_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down
2 changes: 1 addition & 1 deletion template_usability_checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down
2 changes: 1 addition & 1 deletion template_usability_checks_fieldlist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down
2 changes: 1 addition & 1 deletion template_usability_checks_registry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
" \"nrow\": \"row_number(Indicador)\",\n",
" \"sort\": \"¿Se puede calcular?\",\n",
" \"y_sort\": \"Indicador\",\n",
" \"groupby\": \"Caso de uso\",\n",
" \"groupby\": \"Caso de Uso\",\n",
" \"title\": \"Número de indicadores\",\n",
" \"tooltip_missing\": \"Campos faltantes\",\n",
" },\n",
Expand Down

0 comments on commit 96e4c50

Please sign in to comment.