fix: make german translation more consistent, fix typos (#499)

This commit is contained in:
Sebastian Di Luzio 2022-12-22 17:32:36 +01:00 committed by GitHub
parent c30587ec7d
commit 301c8b2612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 43 additions and 38 deletions

View file

@ -32,7 +32,7 @@ const { notification } = defineProps<{
:content="getDisplayName(notification.account, { rich: true })"
:emojis="notification.account.emojis"
/>
<span>signed up</span>
<span>{{ $t("notification.signed_up") }}</span>
</div>
</template>
<template v-else-if="notification.type === 'follow_request'">