diff --git a/frontend/packages/console-app/src/components/data-view/ConsoleDataView.tsx b/frontend/packages/console-app/src/components/data-view/ConsoleDataView.tsx
index 1b6b1eb5b6b..58330f0c38d 100644
--- a/frontend/packages/console-app/src/components/data-view/ConsoleDataView.tsx
+++ b/frontend/packages/console-app/src/components/data-view/ConsoleDataView.tsx
@@ -219,7 +219,13 @@ export const ConsoleDataView = <
)
}
- pagination={}
+ pagination={
+
+ }
/>
{{releaseName}}1> to <4>Revision {{revision}}4>?": "Are you sure you want to rollback <1>{{releaseName}}1> to <4>Revision {{revision}}4>?",
"Rollback to Revision {{revision}}": "Rollback to Revision {{revision}}",
+ "of": "of",
"No release notes available": "No release notes available",
"Release notes are not available for this Helm Chart.": "Release notes are not available for this Helm Chart.",
"Name": "Name",
diff --git a/frontend/packages/helm-plugin/src/components/details-page/history/HelmReleaseHistoryTable.tsx b/frontend/packages/helm-plugin/src/components/details-page/history/HelmReleaseHistoryTable.tsx
index 0869dd7da3c..acc4f3606e1 100644
--- a/frontend/packages/helm-plugin/src/components/details-page/history/HelmReleaseHistoryTable.tsx
+++ b/frontend/packages/helm-plugin/src/components/details-page/history/HelmReleaseHistoryTable.tsx
@@ -9,6 +9,7 @@ import {
useDataViewPagination,
} from '@patternfly/react-data-view';
import { InnerScrollContainer, SortByDirection } from '@patternfly/react-table';
+import { useTranslation } from 'react-i18next';
import { useSearchParams } from 'react-router-dom-v5-compat';
import { LoadingBox } from '@console/internal/components/utils';
import { HelmRelease } from '../../../types/helm-types';
@@ -38,6 +39,7 @@ const HelmReleaseHistoryTable: React.FC = ({
customGetColumnIndexById,
customSortFunctions,
}) => {
+ const { t } = useTranslation();
const [searchParams, setSearchParams] = useSearchParams();
// Initialize pagination
@@ -145,6 +147,7 @@ const HelmReleaseHistoryTable: React.FC = ({
page={pagination.page}
onSetPage={pagination.onSetPage}
onPerPageSelect={pagination.onPerPageSelect}
+ titles={{ ofWord: t('helm-plugin~of') }}
isCompact
/>
}
diff --git a/frontend/public/components/api-explorer.tsx b/frontend/public/components/api-explorer.tsx
index 3b73ca90242..a6009166d0d 100644
--- a/frontend/public/components/api-explorer.tsx
+++ b/frontend/public/components/api-explorer.tsx
@@ -437,7 +437,11 @@ const APIResourcesList = compose(
/>
-
+
@@ -837,7 +841,11 @@ const APIResourceAccessReview: FC = ({
/>
-
+