From fe9d44af6d90a3591ec4be4e5f4d808229bd1bf2 Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Tue, 13 Aug 2024 10:16:53 -0700 Subject: [PATCH] [PM-10721] Autofill section styles fixes (#10454) * [PM-10721] Remove autofill section title hyphen * [PM-10721] Use h6 styling for header * [PM-10721] Fix spacing for match detection select --- apps/browser/src/_locales/en/messages.json | 2 +- apps/web/src/locales/en/messages.json | 2 +- .../autofill-options/autofill-options.component.html | 2 +- .../components/autofill-options/uri-option.component.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json index 3ee0d1b73d..c65535e2e5 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -3881,7 +3881,7 @@ "message": "Authenticator key" }, "autofillOptions": { - "message": "Auto-fill options" + "message": "Autofill options" }, "websiteUri": { "message": "Website (URI)" diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 5733b6cb02..37e88fab02 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -52,7 +52,7 @@ "message": "Authenticator key" }, "autofillOptions": { - "message": "Auto-fill options" + "message": "Autofill options" }, "websiteUri": { "message": "Website (URI)" 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 6c651527c1..6f7dd35be9 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 @@ -1,6 +1,6 @@ -

+

{{ "autofillOptions" | i18n }}

diff --git a/libs/vault/src/cipher-form/components/autofill-options/uri-option.component.html b/libs/vault/src/cipher-form/components/autofill-options/uri-option.component.html index c9650eb553..a55716083d 100644 --- a/libs/vault/src/cipher-form/components/autofill-options/uri-option.component.html +++ b/libs/vault/src/cipher-form/components/autofill-options/uri-option.component.html @@ -1,5 +1,5 @@ - + {{ uriLabel }} - + {{ "matchDetection" | i18n }}