diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index a59ec73beb0..ba5179f8972 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -674,5 +674,9 @@ "exportVaultInfo": { "message": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere.", "desription": "Export your vault data in .csv format so that you can easily modify it or move it elsewhere." + }, + "shared": { + "message": "Shared", + "desription": "Shared" } } diff --git a/src/popup/app/current/views/current.html b/src/popup/app/current/views/current.html index da6bcb980bf..6cae5aec321 100644 --- a/src/popup/app/current/views/current.html +++ b/src/popup/app/current/views/current.html @@ -27,7 +27,10 @@ title="{{i18n.edit}} {{login.name}}"> - {{login.name}} + + {{login.name}} + + {{login.username}} diff --git a/src/popup/app/vault/views/vault.html b/src/popup/app/vault/views/vault.html index 4c80fcd083d..4d7877fc0b0 100644 --- a/src/popup/app/vault/views/vault.html +++ b/src/popup/app/vault/views/vault.html @@ -48,7 +48,7 @@ {{login.name}} - + {{login.username}} diff --git a/src/popup/app/vault/views/vaultEditLogin.html b/src/popup/app/vault/views/vaultEditLogin.html index c8f12e673a2..cb7023efeb4 100644 --- a/src/popup/app/vault/views/vaultEditLogin.html +++ b/src/popup/app/vault/views/vaultEditLogin.html @@ -14,6 +14,7 @@
{{i18n.loginInformation}} +
diff --git a/src/popup/app/vault/views/vaultViewLogin.html b/src/popup/app/vault/views/vaultViewLogin.html index f997bea7acc..6919b15b343 100644 --- a/src/popup/app/vault/views/vaultViewLogin.html +++ b/src/popup/app/vault/views/vaultViewLogin.html @@ -12,6 +12,7 @@
{{i18n.loginInformation}} +