Skip to content

Commit

Permalink
refactor: remove address with username (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Nov 19, 2020
1 parent 9cbf1ac commit 570450a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion resources/lang/en/pages.php
Expand Up @@ -106,7 +106,6 @@
'wallet' => [
'title' => 'Address Details',
'address' => 'Address',
'address_delegate' => ':0 Address',
'address_generator' => 'Generated by :0',
'transaction_history' => 'Transaction History',
'all_transactions' => 'All History',
Expand Down
Expand Up @@ -8,7 +8,7 @@
@lang('pages.wallet.address_generator', [$wallet->username()])
@else
@if($wallet->isDelegate())
@lang('pages.wallet.address_delegate', [$wallet->username()])
{{ $wallet->username() }}
@else
@lang('pages.wallet.address')
@endif
Expand Down

0 comments on commit 570450a

Please sign in to comment.