diff --git a/js/apps/admin-ui/src/client-scopes/ChangeTypeDropdown.tsx b/js/apps/admin-ui/src/client-scopes/ChangeTypeDropdown.tsx
index d818721446..01dfe66be9 100644
--- a/js/apps/admin-ui/src/client-scopes/ChangeTypeDropdown.tsx
+++ b/js/apps/admin-ui/src/client-scopes/ChangeTypeDropdown.tsx
@@ -33,6 +33,7 @@ export const ChangeTypeDropdown = ({
return (
-
+
{
>
@@ -370,7 +371,7 @@ export const AuthorizationEvaluate = ({ client }: Props) => {
}}
selections={field.value}
variant={SelectVariant.typeaheadMulti}
- aria-label={t("authScopes")}
+ typeAheadAriaLabel={t("authScopes")}
isOpen={scopesDropdownOpen}
>
{scopes.map((scope) => (
diff --git a/js/apps/admin-ui/src/clients/scopes/GeneratedCodeTab.tsx b/js/apps/admin-ui/src/clients/scopes/GeneratedCodeTab.tsx
index b0918e8a4e..eb7a7dc37e 100644
--- a/js/apps/admin-ui/src/clients/scopes/GeneratedCodeTab.tsx
+++ b/js/apps/admin-ui/src/clients/scopes/GeneratedCodeTab.tsx
@@ -37,7 +37,7 @@ export const GeneratedCodeTab = ({
) : (
-
+
{t(`${label}No`)}
{t(`${label}IsDisabled`)}