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