diff --git a/web/locales/en/plugin__netobserv-plugin.json b/web/locales/en/plugin__netobserv-plugin.json index c58e1a0e4..c9c2e5e02 100644 --- a/web/locales/en/plugin__netobserv-plugin.json +++ b/web/locales/en/plugin__netobserv-plugin.json @@ -187,7 +187,7 @@ "Check current user permissions": "Check current user permissions", "This deployment mode does not support non-admin users. Check FlowCollector spec.loki.manual.authToken": "This deployment mode does not support non-admin users. Check FlowCollector spec.loki.manual.authToken", "For LokiStack, your user must either:": "For LokiStack, your user must either:", - "have the 'netobserv-reader' cluster role, which allows multi-tenancy": "have the 'netobserv-reader' cluster role, which allows multi-tenancy", + "have the 'netobserv-loki-reader' cluster role, which allows multi-tenancy": "have the 'netobserv-loki-reader' cluster role, which allows multi-tenancy", "or be in the 'cluster-admin' group (not the same as the 'cluster-admin' role)": "or be in the 'cluster-admin' group (not the same as the 'cluster-admin' role)", "or LokiStack spec.tenants.openshift.adminGroups must be configured with a group this user belongs to": "or LokiStack spec.tenants.openshift.adminGroups must be configured with a group this user belongs to", "For other configurations, refer to FlowCollector spec.loki.manual.authToken": "For other configurations, refer to FlowCollector spec.loki.manual.authToken", diff --git a/web/src/components/messages/error.tsx b/web/src/components/messages/error.tsx index 5b82ed2d9..faa19b863 100644 --- a/web/src/components/messages/error.tsx +++ b/web/src/components/messages/error.tsx @@ -246,7 +246,7 @@ export const Error: React.FC = ({ title, error, isLokiRelated }) => {t(`For LokiStack, your user must either:`)} - {t(`have the 'netobserv-reader' cluster role, which allows multi-tenancy`)} + {t(`have the 'netobserv-loki-reader' cluster role, which allows multi-tenancy`)} {t(`or be in the 'cluster-admin' group (not the same as the 'cluster-admin' role)`)}