diff --git a/src/app/accounts/environment.component.html b/src/app/accounts/environment.component.html index e3cc40c0..f1edef09 100644 --- a/src/app/accounts/environment.component.html +++ b/src/app/accounts/environment.component.html @@ -10,7 +10,7 @@
+ placeholder="{{'ex' | i18n}} https://bitwarden.company.com">
-
@@ -41,7 +41,7 @@
+ [(ngModel)]="notificationsUrl">
diff --git a/src/app/accounts/hint.component.html b/src/app/accounts/hint.component.html index fa1c0c47..f714020e 100644 --- a/src/app/accounts/hint.component.html +++ b/src/app/accounts/hint.component.html @@ -15,7 +15,7 @@
{{'cancel' | i18n}}
diff --git a/src/app/accounts/lock.component.html b/src/app/accounts/lock.component.html index 4f3334a7..4008c950 100644 --- a/src/app/accounts/lock.component.html +++ b/src/app/accounts/lock.component.html @@ -1,6 +1,6 @@
-

+

{{(pinLock ? 'yourVaultIsLockedPinCode' : 'yourVaultIsLocked') | i18n}}

@@ -30,7 +30,7 @@
- {{'createAccount' | i18n}} + {{'createAccount' | i18n}}
-  {{'settings' | i18n}} +  {{'settings' | i18n}}
diff --git a/src/app/accounts/premium.component.html b/src/app/accounts/premium.component.html index 20cecae3..401d8ad1 100644 --- a/src/app/accounts/premium.component.html +++ b/src/app/accounts/premium.component.html @@ -12,27 +12,27 @@

{{'premiumSignUpAndGet' | i18n}}

  • - + {{'premiumSignUpStorage' | i18n}}
  • - + {{'premiumSignUpTwoStep' | i18n}}
  • - + {{'premiumSignUpReports' | i18n}}
  • - + {{'premiumSignUpTotp' | i18n}}
  • - + {{'premiumSignUpSupport' | i18n}}
  • - + {{'premiumSignUpFuture' | i18n}}
diff --git a/src/app/accounts/register.component.html b/src/app/accounts/register.component.html index 5beee2f8..cccf073a 100644 --- a/src/app/accounts/register.component.html +++ b/src/app/accounts/register.component.html @@ -69,7 +69,7 @@
{{'cancel' | i18n}}
diff --git a/src/app/accounts/two-factor.component.html b/src/app/accounts/two-factor.component.html index ef5db977..2b045191 100644 --- a/src/app/accounts/two-factor.component.html +++ b/src/app/accounts/two-factor.component.html @@ -57,8 +57,9 @@
{{'cancel' | i18n}}
diff --git a/src/app/vault/add-edit.component.html b/src/app/vault/add-edit.component.html index 23be5dc7..be916685 100644 --- a/src/app/vault/add-edit.component.html +++ b/src/app/vault/add-edit.component.html @@ -220,7 +220,7 @@
- {{'newUri' | i18n}} + {{'newUri' | i18n}}
@@ -239,12 +239,12 @@
{{'attachments' | i18n}}
- +
{{'collections' | i18n}}
- +
@@ -298,7 +298,7 @@
- {{'newCustomField' | i18n}} + {{'newCustomField' | i18n}} - +
@@ -16,16 +16,22 @@ {{c.name}} - - + + + {{'shared' | i18n}} + + + + {{'attachments' | i18n}} + {{c.subTitle}}
- + - +

{{'noItemsInList' | i18n}}

diff --git a/src/app/vault/groupings.component.html b/src/app/vault/groupings.component.html index 81ca747f..8016e0f3 100644 --- a/src/app/vault/groupings.component.html +++ b/src/app/vault/groupings.component.html @@ -3,12 +3,12 @@ @@ -16,22 +16,22 @@ diff --git a/src/app/vault/password-generator.component.html b/src/app/vault/password-generator.component.html index b47aed13..cd4d4d5d 100644 --- a/src/app/vault/password-generator.component.html +++ b/src/app/vault/password-generator.component.html @@ -8,18 +8,18 @@
-
diff --git a/src/app/vault/view.component.html b/src/app/vault/view.component.html index 0fcf8023..76bc8945 100644 --- a/src/app/vault/view.component.html +++ b/src/app/vault/view.component.html @@ -215,8 +215,9 @@ {{field.maskedValue}}
- - + + + {{field.value}}
@@ -244,8 +245,9 @@ (click)="downloadAttachment(attachment)"> {{attachment.fileName}} {{attachment.sizeName}} - - + +
diff --git a/src/index.html b/src/index.html index 3dd5f7f5..f945456d 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@ -
+