terms-of-service.js 183 B

123456
  1. import PrivacyPolicyRoute from 'misago/routes/privacy-policy';
  2. export default PrivacyPolicyRoute.extend({
  3. page: 'terms-of-service',
  4. defaultTitle: gettext('Terms of service')
  5. });