Skip to content

Commit

Permalink
v11 - correction i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
NaicheD committed Sep 29, 2023
1 parent 5469077 commit 8e089e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ViewSelectHeader = ({ onClickClear }: Props) => {
ref={clearButtonRef}
onClick={onHandleClickClear}
>
{t('common.viewAll')}
{t('common.all')}
</AllEntitiesButton>
</ButtonContainer>
);
Expand Down
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/search/filters/BasicFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function BasicFilters({
onClick={showAdvancedFilters}
marginTop={0}
>
{t('common.advancedFilters')}
{t('filter.advancedFilters')}
</TextButton>
</FilterButtonsWrapper>
</FlexSpacer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function OptionsDropdownMenu({
)}
</ScrollableContent>
<StyledButton id="updateFiltersButton" type="text" onClick={updateFilters} data-testid="update-filters">
Update
{t('common.update')}
</StyledButton>
</DropdownMenu>
);
Expand Down

0 comments on commit 8e089e5

Please sign in to comment.