Skip to content

Commit

Permalink
Minor translation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jul 3, 2024
1 parent 464ee04 commit 2f66fb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Process/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const Detail = () => {
</TabPanel>
</TabPanels>
</Tabs>
{/*</Box>*/}
</>
)
}
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2f66fb1

Please sign in to comment.