diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 4be35bfbc..ed8a93980 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -21,7 +21,7 @@

- {{(titleSection|translate) || index.walletName}} + {{(titleSection|translate) || (index.alias || index.walletName)}}

diff --git a/public/views/preferences.html b/public/views/preferences.html index d40d26613..73f4ce9de 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -9,7 +9,16 @@