diff --git a/src/js/components/Modal/SendAuthorizationModal.js b/src/js/components/Modal/SendAuthorizationModal.js
index 31e4d8e8..f68842fa 100755
--- a/src/js/components/Modal/SendAuthorizationModal.js
+++ b/src/js/components/Modal/SendAuthorizationModal.js
@@ -34,7 +34,7 @@ class SendAuthorizationModal extends React.Component{
return (
Share Spotify authentication
-
Send your authentication tokens to another client. When the recipient client imports this, their Iris will have full access to your Spotify account.
+
Send your authentication tokens to another client. When the recipient client imports this, their Iris will have full access to your Spotify account ({this.props.me.id}).
{
this.props.connections.map( (connection, index) => {