Skip to content

Commit

Permalink
MOSIP-33843 changed login lable text
Browse files Browse the repository at this point in the history
Signed-off-by: MadhuMosip <[email protected]>
  • Loading branch information
MadhuMosip committed Jun 21, 2024
1 parent b68ec85 commit 0488881
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const { useI18n } = createUseI18n({
pageExpiredMsg1: "Please click on continue to resume from where you left. Else click on Restart to start a new session.",
restartProcess: "Restart Process",
continueSession: "Continue Session",
userNameLable: "Username/ Email address",
userNameLable: "Username / Email address",
firstName: "First Name",
lastName: "Last Name",
phoneNumber: "Phone Number"
Expand Down Expand Up @@ -146,7 +146,7 @@ export const { useI18n } = createUseI18n({
pageExpiredMsg1: "Please click on continue to resume from where you left. Else click on Restart to start a new session.",
restartProcess: "Restart Process",
continueSession: "Continue Session",
userNameLable: "Username/ Email address",
userNameLable: "Username / Email address",
firstName: "First Name",
lastName: "Last Name",
phoneNumber: "Phone Number"
Expand Down

0 comments on commit 0488881

Please sign in to comment.