yarn lint --fix and yarn locales fix in adminarea

This commit is contained in:
ogerly 2022-02-17 09:37:50 +01:00
parent 4bbc9772ac
commit e5c9822fbe
3 changed files with 3 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@
</b-container>
</div>
<div class="text-center">
<b-button variant="light" @click="$router.go(-1)">zurück</b-button>
<b-button variant="light" @click="$router.go(-1)">{{ $t('back') }}</b-button>
</div>
</div>
</template>

View File

@ -1,5 +1,6 @@
{
"all_emails": "Alle Nutzer",
"back": "zurück",
"bookmark": "bookmark",
"confirmed": "bestätigt",
"creation": "Schöpfung",

View File

@ -1,5 +1,6 @@
{
"all_emails": "All users",
"back": "back",
"bookmark": "Remember",
"confirmed": "confirmed",
"creation": "Creation",