diff --git a/src/components/Process/Detail.tsx b/src/components/Process/Detail.tsx index eab2144..4e1cacf 100644 --- a/src/components/Process/Detail.tsx +++ b/src/components/Process/Detail.tsx @@ -177,7 +177,6 @@ const Detail = () => { - {/**/} ) } diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json index be844b8..22240fe 100644 --- a/src/i18n/locales/ca.json +++ b/src/i18n/locales/ca.json @@ -107,6 +107,7 @@ "show_with_results": "Mostrar només processos amb resultats", "tab_description": "Descripció", "tab_envelopes": "Sobres", + "tab_raw": "Dades", "tab_results": "Resultats" }, "processes": { diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 0ea5a55..3384ad6 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -107,6 +107,7 @@ "show_with_results": "Show only processes with results", "tab_description": "Description", "tab_envelopes": "Envelopes", + "tab_raw": "Raw", "tab_results": "Results" }, "processes": { diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 7886c68..24d5435 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -107,6 +107,7 @@ "show_with_results": "Mostrar solo procesos con resultados", "tab_description": "Descripción", "tab_envelopes": "Sobres", + "tab_raw": "Datos", "tab_results": "Resultados" }, "processes": {