fix: make german translation more consistent, fix typos (#499)
This commit is contained in:
parent
c30587ec7d
commit
301c8b2612
8 changed files with 43 additions and 38 deletions
|
@ -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'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue