Fix Data retention label

This commit is contained in:
Jake McDermott 2021-02-23 09:30:17 -05:00
parent df7b168911
commit b545a6510f
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -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>
</>