mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Translate aria labels
This commit is contained in:
parent
11b2b17d08
commit
51f52f6332
@ -81,7 +81,7 @@ function AssociateModal({
|
||||
onClose={handleClose}
|
||||
actions={[
|
||||
<Button
|
||||
aria-label="Save"
|
||||
aria-label={i18n._(t`Save`)}
|
||||
key="select"
|
||||
variant="primary"
|
||||
onClick={handleSave}
|
||||
@ -90,7 +90,7 @@ function AssociateModal({
|
||||
{i18n._(t`Save`)}
|
||||
</Button>,
|
||||
<Button
|
||||
aria-label="Cancel"
|
||||
aria-label={i18n._(t`Cancel`)}
|
||||
key="cancel"
|
||||
variant="secondary"
|
||||
onClick={handleClose}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user