From a48c10283758fc792c282d595b28361e52cb207c Mon Sep 17 00:00:00 2001 From: rr-bw <102181210+rr-bw@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:52:30 -0700 Subject: [PATCH] fix(set-password-copy): [Auth/PM-25119] Update copy for flows where the user is setting and initial password (#16169) Updates the copy on flows where the user is setting an initial password. Instead of saying "New master password" and "Confirm new master password", it should say "Master password" and "Confirm master password" for these flows. --- .../input-password/input-password.component.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libs/auth/src/angular/input-password/input-password.component.html b/libs/auth/src/angular/input-password/input-password.component.html index d56fe6a27fc..b6dc4141c27 100644 --- a/libs/auth/src/angular/input-password/input-password.component.html +++ b/libs/auth/src/angular/input-password/input-password.component.html @@ -33,7 +33,12 @@