copy fixes

This commit is contained in:
Wyatt Johnson
2018-05-03 10:09:36 -06:00
parent 6485b1f080
commit 375f1bb6b1
3 changed files with 16 additions and 16 deletions
@@ -19,7 +19,7 @@ const DeleteMyAccountFinalStep = props => (
<strong className={styles.block}>
<Icon name="access_time" className={styles.timeIcon} />
<span>
{moment(props.scheduledDeletionDate).format('MMM Do YYYY, h:mm:ss a')}
{moment(props.scheduledDeletionDate).format('MMM Do YYYY, h:mm a')}
</span>
</strong>
</div>