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