diff --git a/client/modules/User/components/Collection.jsx b/client/modules/User/components/Collection.jsx
index acb55611..2f772c7d 100644
--- a/client/modules/User/components/Collection.jsx
+++ b/client/modules/User/components/Collection.jsx
@@ -32,11 +32,11 @@ const ShareURL = ({ value }) => {
{
showURL ?
- Everyone can access the collection via this link:
+ Everyone can access the collection with this link
:
-
+
}
);
@@ -376,7 +376,7 @@ class Collection extends React.Component {
{
this.isOwner() &&
}