fix: bug locale

This commit is contained in:
ogerly 2021-07-15 17:24:09 +02:00
parent 00c391e667
commit 48001db2d9
2 changed files with 6 additions and 13 deletions

View File

@ -8,7 +8,7 @@
"reset": "Reset password",
"imprint":"Legal notice",
"privacy_policy":"Privacy policy",
"members_area": "Member's area",
"members_area": "Members area",
"whitepaper": "Whitepaper",
"back":"Back",
"send":"Send",

View File

@ -19,10 +19,11 @@
<small v-if="type === 'decay'">{{ $n(balance, 'decimal') }}</small>
<span v-else>{{ $n(balance, 'decimal') }}</span>
<div><small >
{{ $t('form.message') }}
</small>
</div>
<div>
<small >
{{ $t('form.message') }}
</small>
</div>
<div v-if="decay">
<br />
<b-icon v-if="type != 'decay'" icon="droplet-half" height="15" class="mb-3" />
@ -63,14 +64,6 @@
<b-avatar class="mr-3"></b-avatar>
</div>
</div>
<div class="d-flex">
<div style="width: 40%" class="text-right pr-3 mr-2">
{{$t('form.message')}}
</div>
<div style="width: 60%">
{{ memo }}
</div>
</div>
</b-list-group-item>
</b-list-group>
<b-list-group v-if="type === 'creation'">