From 1459c06d17765d7b72b258b4cf1cba3ac1580be2 Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:22:22 -0700 Subject: [PATCH] [PM-12724] - fix logic for showing new password (#11512) * fix logic for showing new password * fix logic --- .../components/options/send-options.component.html | 4 ++-- .../send-form/components/options/send-options.component.ts | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libs/tools/send/send-ui/src/send-form/components/options/send-options.component.html b/libs/tools/send/send-ui/src/send-form/components/options/send-options.component.html index 9699f832ed..cc1400f0a6 100644 --- a/libs/tools/send/send-ui/src/send-form/components/options/send-options.component.html +++ b/libs/tools/send/send-ui/src/send-form/components/options/send-options.component.html @@ -12,8 +12,8 @@ > - {{ "password" | i18n }} - {{ "newPassword" | i18n }} + {{ "password" | i18n }} + {{ "newPassword" | i18n }}