Skip to content

Commit

Permalink
[RN] Change 'Privacy Policty' and 'Terms of Service' to 'Terms and Co…
Browse files Browse the repository at this point in the history
…nditions'
  • Loading branch information
lyubomir committed Dec 5, 2016
1 parent 137aace commit 96a18ab
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions react/features/welcome/components/WelcomePage.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ import { AbstractWelcomePage, mapStateToProps } from './AbstractWelcomePage';
import { styles } from './styles';

/**
* The URL at which the privacy policy is available to the user.
* The URL at which the terms and conditions (of service) are available to the
* user.
*/
const PRIVACY_POLICY_URL = 'https://www.atlassian.com/legal/privacy-policy';

/**
* The URL at which the terms of service are available to the user.
*/
const TERMS_OF_SERVICE_URL
= 'https://www.atlassian.com/legal/customer-agreement';
const TERMS_AND_CONDITIONS_URL = 'https://jitsi.org/meet/terms';

/**
* The native container rendering the welcome page.
Expand Down Expand Up @@ -83,13 +78,8 @@ class WelcomePage extends AbstractWelcomePage {
<View style = { styles.legaleseContainer }>
<Link
style = { styles.legaleseItem }
url = { PRIVACY_POLICY_URL }>
Privacy Policy
</Link>
<Link
style = { styles.legaleseItem }
url = { TERMS_OF_SERVICE_URL }>
Terms of Service
url = { TERMS_AND_CONDITIONS_URL }>
Terms and Conditions
</Link>
</View>
</View>
Expand Down

0 comments on commit 96a18ab

Please sign in to comment.