mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Fix Data retention label
This commit is contained in:
parent
df7b168911
commit
b545a6510f
@ -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>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user