mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix: bug locale
This commit is contained in:
parent
00c391e667
commit
48001db2d9
@ -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",
|
||||
|
||||
@ -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'">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user