1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

apply code review

This commit is contained in:
William Martin
2023-09-01 12:36:51 -04:00
parent 8e33e0baf7
commit 407aadc0eb
2 changed files with 7 additions and 4 deletions

View File

@@ -3,9 +3,12 @@
{{ "desktopSyncVerificationTitle" | i18n }} {{ "desktopSyncVerificationTitle" | i18n }}
</span> </span>
<span bitDialogContent> <span bitDialogContent>
{{ "desktopIntegrationVerificationText" | i18n }} <p>
<br /><br /> {{ "desktopIntegrationVerificationText" | i18n }}
<strong>{{ params.fingerprint.join("-") }}</strong> </p>
<p>
<strong>{{ params.fingerprint.join("-") }}</strong>
</p>
</span> </span>
<ng-container bitDialogFooter> <ng-container bitDialogFooter>
<button bitButton type="submit" buttonType="danger" bitDialogClose> <button bitButton type="submit" buttonType="danger" bitDialogClose>

View File

@@ -2,7 +2,7 @@
<i bitDialogIcon class="bwi bwi-info-circle tw-text-3xl" aria-hidden="true"></i> <i bitDialogIcon class="bwi bwi-info-circle tw-text-3xl" aria-hidden="true"></i>
<span bitDialogTitle>{{ "yourAccountsFingerprint" | i18n }}:</span> <span bitDialogTitle>{{ "yourAccountsFingerprint" | i18n }}:</span>
<span bitDialogContent> <span bitDialogContent>
{{ data.fingerprint.join("-") }} <strong>{{ data.fingerprint.join("-") }}</strong>
</span> </span>
<ng-container bitDialogFooter> <ng-container bitDialogFooter>
<a <a