mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Fix Data retention label
This commit is contained in:
@@ -73,7 +73,7 @@ function LaunchManagementPrompt({
|
|||||||
value={dataRetention}
|
value={dataRetention}
|
||||||
type="number"
|
type="number"
|
||||||
onChange={value => setDataRetention(clamp(value, 0, MAX_RETENTION))}
|
onChange={value => setDataRetention(clamp(value, 0, MAX_RETENTION))}
|
||||||
aria-label={i18n._(t`Launch`)}
|
aria-label={i18n._(t`Data retention period`)}
|
||||||
/>
|
/>
|
||||||
</AlertModal>
|
</AlertModal>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user