| 123456789101112 |
- import info from './info/en_US'
- export default {
- info,
- agreement: {
- title: 'Protocol Description',
- userAgreement: 'User Agreement',
- privacyPolicy: 'Privacy Policy',
- userAgreementDesc: 'View user service agreement',
- privacyPolicyDesc: 'View privacy agreement'
- }
- }
|