diff --git a/apps/admin-ui/public/resources/en/identity-providers.json b/apps/admin-ui/public/resources/en/identity-providers.json index 7da84334b8..4c01655a53 100644 --- a/apps/admin-ui/public/resources/en/identity-providers.json +++ b/apps/admin-ui/public/resources/en/identity-providers.json @@ -39,7 +39,6 @@ "createError": "Could not create the identity provider: {{error}}", "orderDialogIntro": "The order that the providers are listed in the login page or the account console. You can drag the row handles to change the order.", "manageOrderTableAria": "List of identity providers in the order listed on the login page", - "manageOrderItemAria": "Press space or enter to begin dragging, and use the arrow keys to navigate up or down. Press enter to confirm the drag, or any other key to cancel the drag operation.", "orderChangeSuccess": "Successfully changed display order of identity providers", "orderChangeError": "Could not change display order of identity providers {{error}}", "alias": "Alias", diff --git a/apps/admin-ui/src/identity-providers/ManageOrderDialog.tsx b/apps/admin-ui/src/identity-providers/ManageOrderDialog.tsx index e4c45c60ea..bbf08dac72 100644 --- a/apps/admin-ui/src/identity-providers/ManageOrderDialog.tsx +++ b/apps/admin-ui/src/identity-providers/ManageOrderDialog.tsx @@ -120,7 +120,7 @@ export const ManageOrderDialog = ({ > - + - +