From b9be15c84b4ef6d1452db1fc3d283f7fcbbd90b3 Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:28:08 -0700 Subject: [PATCH] fix password label (#11478) --- .../send-form/components/options/send-options.component.html | 3 ++- 1 file changed, 2 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 b8458fa9c1..9699f832ed 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,8 @@ > - {{ "password" | i18n }} + {{ "password" | i18n }} + {{ "newPassword" | i18n }}