diff --git a/src/Template/StateUsers/view.ctp b/src/Template/StateUsers/view.ctp
index a220724fc..480f82794 100644
--- a/src/Template/StateUsers/view.ctp
+++ b/src/Template/StateUsers/view.ctp
@@ -54,17 +54,18 @@
| = $this->Html->link(substr($txHash, 0, 12) . '...', ['controller' => 'Transactions', 'action' => 'view', $transactionCreations->transaction_id], ['title' => $txHash] ) ?> |
= h($transactionCreations->transaction->received) ?> |
= $this->element('printGradido', ['number' =>$transactionCreations->amount]) ?> |
- = h(substr(bin2hex(stream_get_contents($transactionCreations->ident_hash)), 0, 6)) ?> |
+ = h(substr($memo, 0, 20). '...') ?> |
= $this->Html->link(__('View'), ['controller' => 'TransactionCreations', 'action' => 'view', $transactionCreations->id]) ?>
= $this->Html->link(__('Edit'), ['controller' => 'TransactionCreations', 'action' => 'edit', $transactionCreations->id]) ?>
|