From adabc59c039a4e42ac96064de162628c4f2cc3d9 Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:33:04 -0700 Subject: [PATCH] show New password after removing a password (#11697) --- .../send-form/components/options/send-options.component.html | 2 +- .../src/send-form/components/options/send-options.component.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 98da24b518..fe05cd71b9 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,7 +12,7 @@ > - {{ "password" | i18n }} + {{ (passwordRemoved ? "newPassword" : "password") | i18n }}