Added missing keys in locales

This commit is contained in:
ogerly 2022-08-25 15:22:56 +02:00
parent d026ee7ffc
commit 45ef5e5d08
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@
variant="warning"
></b-avatar>
<span class="ml-2 mr-2">
{{ message.userFirstName }} {{ message.userLastName }} (Moderator)
{{ message.userFirstName }} {{ message.userLastName }}
<small class="ml-4 text-success">{{ $t('moderator') }}</small>
</span>
<div class="mt-2 text-bold h4">{{ message.message }}</div>
</div>

View File

@ -7,7 +7,7 @@
></b-avatar>
<span class="ml-2 mr-2">
{{ message.userFirstName }} {{ message.userLastName }}
<small class="ml-4 text-success">{{ $t('moderator') }}</small>
<small class="ml-4 text-success">{{ $t('community.moderator') }}</small>
</span>
<div class="mt-2 h3">{{ message.message }}</div>
</div>