Add translation and small css tweaks

This commit is contained in:
Marliana Lara
2019-01-07 11:15:11 -05:00
parent f76e9bddf9
commit 2d3152ef41
3 changed files with 3 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ const OrganizationDetail = ({
currentTab={currentTab}
breadcrumb={parentBreadcrumbObj}
>
{getTabName(tab)}
<Trans>{getTabName(tab)}</Trans>
</Tab>
))}
</Tabs>