mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Translate aria labels
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user