en_US.js 290 B

123456789101112
  1. import info from './info/en_US'
  2. export default {
  3. info,
  4. agreement: {
  5. title: 'Protocol Description',
  6. userAgreement: 'User Agreement',
  7. privacyPolicy: 'Privacy Policy',
  8. userAgreementDesc: 'View user service agreement',
  9. privacyPolicyDesc: 'View privacy agreement'
  10. }
  11. }