-
+
{{ "addField" | i18n }}
diff --git a/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.html b/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.html
index b83685aac94..f71ed1c53d3 100644
--- a/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.html
+++ b/libs/vault/src/cipher-form/components/autofill-options/autofill-options.component.html
@@ -29,7 +29,7 @@
(click)="addUri({ uri: null, matchDetection: null }, true)"
*ngIf="autofillOptionsForm.enabled"
>
-
+
{{ "addWebsite" | i18n }}
diff --git a/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html b/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html
index c5c1b752aef..2ba8b0c76d3 100644
--- a/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html
+++ b/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html
@@ -119,7 +119,7 @@
data-testid="add-field-button"
*ngIf="!isPartialEdit && !parentFormDisabled"
>
-
+
{{ "addField" | i18n }}
diff --git a/libs/vault/src/cipher-form/components/new-item-nudge/new-item-nudge.component.ts b/libs/vault/src/cipher-form/components/new-item-nudge/new-item-nudge.component.ts
index 5f4a44e5ef5..0c85cad5cfb 100644
--- a/libs/vault/src/cipher-form/components/new-item-nudge/new-item-nudge.component.ts
+++ b/libs/vault/src/cipher-form/components/new-item-nudge/new-item-nudge.component.ts
@@ -72,7 +72,7 @@ export class NewItemNudgeComponent {
this.dismissalNudgeType = NudgeType.NewSshItemStatus;
this.nudgeTitle = this.i18nService.t("newSshNudgeTitle");
- this.nudgeBody = `${sshPartOne} ${sshPartTwo}`;
+ this.nudgeBody = `${sshPartOne} ${sshPartTwo}`;
return NudgeType.NewSshItemStatus;
}
default:
diff --git a/libs/vault/src/cipher-view/item-history/item-history-v2.component.html b/libs/vault/src/cipher-view/item-history/item-history-v2.component.html
index 9395fb34fc7..c5963638b80 100644
--- a/libs/vault/src/cipher-view/item-history/item-history-v2.component.html
+++ b/libs/vault/src/cipher-view/item-history/item-history-v2.component.html
@@ -4,7 +4,7 @@
- {{ "lastEdited" | i18n }}:
+ {{ "lastEdited" | i18n }}:
{{ cipher.revisionDate | date: "medium" }}
- {{ "dateCreated" | i18n }}:
+ {{ "dateCreated" | i18n }}:
{{ cipher.creationDate | date: "medium" }}
- {{ "datePasswordUpdated" | i18n }}:
+ {{ "datePasswordUpdated" | i18n }}:
{{ cipher.passwordRevisionDisplayDate | date: "medium" }}