Skip to content

Commit

Permalink
fix: text change
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Oct 25, 2024
1 parent afd3ce7 commit 856b1a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module TwoFaWarningModal = {
popUpType: (Warning, WithIcon),
heading: "Maximum Attempts Reached",
description: React.string(
"You have 0 OTP attempts remaining. To continue, please use your recovery code or wait sometime before trying again.",
"You've reached the maximum number of TOTP attempts. To continue, please use your recovery code or wait sometime before trying again.",
),
handleCancel: {text: "OK", onClick: {_ => handleOkAction()}},
handleConfirm: {
Expand All @@ -85,7 +85,7 @@ module TwoFaWarningModal = {
popUpType: (Warning, WithIcon),
heading: "Maximum Attempts Reached",
description: React.string(
"You've reached the maximum number of attempts using your recovery code. To continue, please use your totp or wait sometime before trying again.",
"You've reached the maximum number of recovery code attempts. To continue, please use your TOTP or wait a while before trying again.",
),
handleCancel: {text: "OK", onClick: {_ => handleOkAction()}},
handleConfirm: {text: "Use totp code", onClick: {_ => handleConfirmAction(expiredType)}},
Expand All @@ -95,7 +95,7 @@ module TwoFaWarningModal = {
popUpType: (Warning, WithIcon),
heading: "Maximum Attempts Reached",
description: React.string(
"You have reached the maximum limit for both TOTP and recovery code attempts. Please wait sometime before attempting to perform this action again",
"You have exceeded the maximum number of TOTP and recovery code attempts. Please wait a while before trying again.",
),
handleConfirm: {
text: "OK",
Expand Down

0 comments on commit 856b1a0

Please sign in to comment.