Merge branch 'master' into 2000-contribution-delete

This commit is contained in:
Hannes Heine 2022-07-06 10:45:34 +02:00 committed by GitHub
commit 9da967faff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

@ -30,8 +30,8 @@
</b-row>
<b-row class="mt-0 mt-md-5 pl-2 pl-md-0 pl-lg-0">
<b-col lg="9" md="9" sm="12">
<div class="h1 mb--2">{{ $t('welcome') }}</div>
<div class="h1 mb-0">{{ $t('WelcomeBy', { name: communityName }) }}</div>
<div class="mb--2">{{ $t('welcome') }}</div>
<div class="h1 mb-0">{{ communityName }}</div>
<div class="mb-0">{{ $t('1000thanks') }}</div>
</b-col>
<b-col cols="3" class="text-right d-none d-sm-none d-md-inline">

View File

@ -284,6 +284,5 @@
"send_you": "sendet dir"
},
"via_link": "über einen Link",
"welcome": "Willkommen",
"WelcomeBy": "bei {name}"
"welcome": "Willkommen in der Gemeinschaft"
}

View File

@ -284,6 +284,5 @@
"send_you": "wants to send you"
},
"via_link": "via Link",
"welcome": "Welcome",
"WelcomeBy": "by {name}"
"welcome": "Welcome to the community"
}