gradido/frontend/src/components/DecayInformations/DecayInformation-BeforeStartblock.vue
2022-03-05 10:08:44 +01:00

13 lines
265 B
Vue

<template>
<div class="decayinformation-startblock">
<div class="mt-3 mb-3 text-center">
<b>{{ $t('decay.before_startblock_transaction') }}</b>
</div>
</div>
</template>
<script>
export default {
name: 'DecayInformation-StartBlock',
}
</script>