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:
parent
86a8a8f0c5
commit
ea5a41f572
3 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -120,7 +120,7 @@ export const ManageOrderDialog = ({
|
|||
>
|
||||
<DataListItemRow>
|
||||
<DataListControl>
|
||||
<DataListDragButton aria-label={t("manageOrderItemAria")} />
|
||||
<DataListDragButton aria-label={t("common-help:dragHelp")} />
|
||||
</DataListControl>
|
||||
<DataListItemCells
|
||||
dataListCells={[
|
||||
|
|
|
@ -121,7 +121,7 @@ export const ManagePriorityDialog = ({
|
|||
>
|
||||
<DataListItemRow>
|
||||
<DataListControl>
|
||||
<DataListDragButton aria-label={t("manageOrderItemAria")} />
|
||||
<DataListDragButton aria-label={t("common-help:dragHelp")} />
|
||||
</DataListControl>
|
||||
<DataListItemCells
|
||||
dataListCells={[
|
||||
|
|
Loading…
Reference in a new issue