branding - texts

This commit is contained in:
Ulf Gebhardt 2021-02-27 04:50:57 +01:00
parent 5b8dba0be9
commit 1d1b5751b9
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
3 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
export default {
SUPPORT: 'hello@ocelot.social',
MODERATION: 'hello@ocelot.social',
SUPPORT: 'team@wir.social',
MODERATION: 'team@wir.social',
}

View File

@ -1,7 +1,7 @@
export default {
ORGANIZATION: 'https://ocelot.social',
DONATE: 'https://ocelot-social.herokuapp.com/donations',
IMPRINT: 'https://ocelot-social.herokuapp.com/imprint',
DATA_PRIVACY: 'https://ocelot-social.herokuapp.com/imprint',
FAQ: 'https://ocelot-social.herokuapp.com/#kontakt',
ORGANIZATION: 'https://webcraft-media.de',
DONATE: 'https://webcraft-media.de/donate-for-wir-social.html',
IMPRINT: 'https://www.webcraft-media.de/#!impressum',
DATA_PRIVACY: 'https://www.webcraft-media.de/#!datenschutz',
FAQ: 'https://www.webcraft-media.de/#!contact',
}

View File

@ -1,8 +1,8 @@
export default {
APPLICATION_NAME: 'ocelot.social',
APPLICATION_SHORT_NAME: 'ocelot',
APPLICATION_DESCRIPTION: 'Ocelot Social Community',
APPLICATION_NAME: 'wir.social',
APPLICATION_SHORT_NAME: 'wir',
APPLICATION_DESCRIPTION: 'Wir Social Community',
COOKIE_NAME: 'ocelot-social-token',
ORGANIZATION_NAME: 'busFaktor e.V.',
ORGANIZATION_JURISDICTION: 'Somewhere',
ORGANIZATION_NAME: 'Webcraft-Media',
ORGANIZATION_JURISDICTION: 'Deutschland',
}