fix copy and paste error

This commit is contained in:
einhornimmond 2025-02-26 13:17:18 +01:00
parent 421717a4d6
commit 91c1481785
2 changed files with 4 additions and 4 deletions

View File

@ -33,12 +33,12 @@
</BCol>
</BRow>
<BRow>
<BCol class="col-lg-6 col-12 mt-3">
<BCol class="mt-3">
{{ $t('missingGradidoAccount', { communityName: CONFIG.COMMUNITY_NAME }) }}
</BCol>
</BRow>
<BRow>
<BCol class="col-lg-6 col-12 mt-1">
<BCol class="mt-1">
<BLink :to="register()" class="register-nav-item">
{{ $t('signup') }}
</BLink>

View File

@ -71,12 +71,12 @@
</BCol>
</BRow>
<BRow>
<BCol class="col-lg-6 col-12 mt-3">
<BCol class="mt-3">
{{ $t('existingGradidoAccount', { communityName: CONFIG.COMMUNITY_NAME }) }}
</BCol>
</BRow>
<BRow>
<BCol class="col-lg-6 col-12 mt-1">
<BCol class="mt-1">
<BLink :to="login()" class="login-nav-item">
{{ $t('signin') }}
</BLink>