diff --git a/frontend/src/metabase/components/ArchiveCollectionModal.jsx b/frontend/src/metabase/components/ArchiveCollectionModal.jsx
index 21f878408d79f4550027eae0125498aeef897ad4..2d7350fe731c1b34ae562d80fbe6410aeb38a2c4 100644
--- a/frontend/src/metabase/components/ArchiveCollectionModal.jsx
+++ b/frontend/src/metabase/components/ArchiveCollectionModal.jsx
@@ -32,9 +32,9 @@ class ArchiveCollectionModal extends React.Component {
         onClose={() => this.props.onClose()}
       >
         <Box px={3}>
-          <Text>
+          <p>
             {t`The dashboards, collections, and pulses in this collection will also be archived.`}
-          </Text>
+          </p>
           <Flex py={3}>
             <Button warning ml="auto" onClick={() => this._archive()}>
               {t`Archive`}