From e151faa7a345d64b591a56863086b0ece5f9541f Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Fri, 3 May 2024 14:58:08 -0500 Subject: [PATCH] [PM-5189] Reworking project structure to ensure we can better differentiate the inline menu feature from other features --- apps/browser/src/autofill/content/autofill-init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/content/autofill-init.ts b/apps/browser/src/autofill/content/autofill-init.ts index a3ec0d5c9f5..6d23b7b55ae 100644 --- a/apps/browser/src/autofill/content/autofill-init.ts +++ b/apps/browser/src/autofill/content/autofill-init.ts @@ -153,7 +153,7 @@ class AutofillInit implements AutofillInitInterface { } /** - * Blurs the most recent overlay field and removes the overlay. Used + * Blurs the most recently focused field and removes the inline menu. Used * in cases where the background unlock or vault item reprompt popout * is opened. */