mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
13 lines
265 B
Vue
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>
|