final step seperated communities fix lint, fix locales

This commit is contained in:
ogerly 2021-10-05 14:13:09 +02:00
parent 1e4ba0961b
commit 9a278a6869
4 changed files with 3 additions and 4 deletions

View File

@ -32,7 +32,7 @@ const klicktipp = {
const community = {
COMMUNITY_NAME: process.env.COMMUNITY_NAME || 'Gradido Entwicklung',
COMMUNITY_URL: process.env.COMMUNITY_URL || 'https://gradido.net/',
COMMUNITY_URL: process.env.COMMUNITY_URL || 'http://localhost:3000/vue/',
COMMUNITY_REGISTER_URL:
process.env.COMMUNITY_REGISTER_URL || 'http://localhost:3000/vue/register',
COMMUNITY_DESCRIPTION:

View File

@ -49,7 +49,7 @@ describe('RegisterCommunity', () => {
it('has a current community location', () => {
expect(wrapper.find('.header p.community-location').text()).toBe(
'community.location http://localhost:3000/vue/',
'http://localhost:3000/vue/',
)
})
})

View File

@ -11,7 +11,7 @@
{{ $store.state.community.description }}
</p>
<p class="text-lead community-location">
{{ $t('community.location') }} {{ $store.state.community.url }}
{{ $store.state.community.url }}
</p>
</b-col>
</b-row>

View File

@ -30,7 +30,6 @@
<br />
{{ community.description }}
<br />
{{ $t('community.location') }}
<b>
<small>
<b-link :href="community.url">{{ community.url }}</b-link>