Update language keys.

This commit is contained in:
Mike Cao 2020-10-12 22:53:59 -07:00
parent f1624780ee
commit 876c8f7a68
39 changed files with 541 additions and 581 deletions

View file

@ -29,7 +29,7 @@ export default function TrackingCodeForm({ values, onClose }) {
<FormButtons>
<CopyButton type="submit" variant="action" element={ref} />
<Button onClick={onClose}>
<FormattedMessage id="button.cancel" defaultMessage="Cancel" />
<FormattedMessage id="label.cancel" defaultMessage="Cancel" />
</Button>
</FormButtons>
</FormLayout>