diff --git a/public/components/about.js b/public/components/about.js
index 5f0fed0..29becd3 100644
--- a/public/components/about.js
+++ b/public/components/about.js
@@ -6,7 +6,23 @@ var About = React.createClass({
return (
About
-
This is an about page.
+
+ This application allows you to find duplicates in your Spotify playlists.
+ At the moment, it does not offer to remove them for you.
+
+
+ The app requests access to :
+
+
+ - Your public information. We don't need this but it's here by default and we
+ can't remove it. We don't have access to your email address and we don't store any information
+ about you. We won't spam you.
+
+ - Your private and collaborative playlists (read only). We need this to provide
+ the service on all of your playlists. Don't worry, we can't modify them and we don't store any
+ information about it.
+
+
);
}