diff --git a/apps/mobile/src/views/Signup/index.js b/apps/mobile/src/views/Signup/index.js
index a185c2f57..5ce1d70bb 100644
--- a/apps/mobile/src/views/Signup/index.js
+++ b/apps/mobile/src/views/Signup/index.js
@@ -6,6 +6,7 @@ import {
Modal,
Clipboard,
ActivityIndicator,
+ Linking,
} from 'react-native';
import {TextInput} from 'react-native-gesture-handler';
import QRCode from 'react-native-qrcode-generator';
@@ -136,7 +137,7 @@ export const Signup = ({navigation}) => {
textAlign: 'center',
color: colors.pri,
}}>
- Hello @ammarahmed! All your data is end-to-end encrypted. This
+ Hello {username}! All your data is end-to-end encrypted. This
means that we cannot read your data or recover your password if
you forget it.{' '}
{
+
+ {
+ Linking.openURL('https://notesbook.com/privacy.html');
+ }}
+ activeOpacity={opacity}
+ style={{}}>
+
+ By signing up you agree to our{' '}
+
+ privacy policy
+
+
+
+
>
)}