Added missing manageOrderItemAria (#3227)

* Added missing manageOrderItemAria

* used ommon-help instead of manageOrderItemAria

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2022-08-30 12:27:47 +01:00 committed by GitHub
parent 86a8a8f0c5
commit ea5a41f572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,6 @@
"createError": "Could not create the identity provider: {{error}}", "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.", "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", "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", "orderChangeSuccess": "Successfully changed display order of identity providers",
"orderChangeError": "Could not change display order of identity providers {{error}}", "orderChangeError": "Could not change display order of identity providers {{error}}",
"alias": "Alias", "alias": "Alias",

View file

@ -120,7 +120,7 @@ export const ManageOrderDialog = ({
> >
<DataListItemRow> <DataListItemRow>
<DataListControl> <DataListControl>
<DataListDragButton aria-label={t("manageOrderItemAria")} /> <DataListDragButton aria-label={t("common-help:dragHelp")} />
</DataListControl> </DataListControl>
<DataListItemCells <DataListItemCells
dataListCells={[ dataListCells={[

View file

@ -121,7 +121,7 @@ export const ManagePriorityDialog = ({
> >
<DataListItemRow> <DataListItemRow>
<DataListControl> <DataListControl>
<DataListDragButton aria-label={t("manageOrderItemAria")} /> <DataListDragButton aria-label={t("common-help:dragHelp")} />
</DataListControl> </DataListControl>
<DataListItemCells <DataListItemCells
dataListCells={[ dataListCells={[