From 407aadc0ebd26026a723ec5b34bb91886b7ebf0e Mon Sep 17 00:00:00 2001 From: William Martin Date: Fri, 1 Sep 2023 12:36:51 -0400 Subject: [PATCH] apply code review --- .../desktop-sync-verification-dialog.component.html | 9 ++++++--- .../src/components/fingerprint-dialog.component.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/browser/src/popup/components/desktop-sync-verification-dialog.component.html b/apps/browser/src/popup/components/desktop-sync-verification-dialog.component.html index 20cbd2890f0..491e90971f2 100644 --- a/apps/browser/src/popup/components/desktop-sync-verification-dialog.component.html +++ b/apps/browser/src/popup/components/desktop-sync-verification-dialog.component.html @@ -3,9 +3,12 @@ {{ "desktopSyncVerificationTitle" | i18n }} - {{ "desktopIntegrationVerificationText" | i18n }} -

- {{ params.fingerprint.join("-") }} +

+ {{ "desktopIntegrationVerificationText" | i18n }} +

+

+ {{ params.fingerprint.join("-") }} +