aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPratham <[email protected]>2024-11-07 15:33:02 +0530
committerGitHub <[email protected]>2024-11-07 11:03:02 +0100
commitcd8043f832a7c2e7e073366e0094a05bd375d35a (patch)
tree80f8fdeeeb44f2f07a200872d76ba06cb962c551
parent2ecd9802a4c8d14b5121d97497f009e057d8b437 (diff)
downloadmonkeytype-cd8043f832a7c2e7e073366e0094a05bd375d35a.tar.gz
monkeytype-cd8043f832a7c2e7e073366e0094a05bd375d35a.zip
fix: correct spelling in revoke all tokens modal (@Andotrium) (#6013)
Fixed the typo in modal that appeared when trying to revoke all tokens ### Description fixed issue: #6011
-rw-r--r--frontend/src/ts/modals/simple-modals.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/ts/modals/simple-modals.ts b/frontend/src/ts/modals/simple-modals.ts
index 3c82afac2..952f496c1 100644
--- a/frontend/src/ts/modals/simple-modals.ts
+++ b/frontend/src/ts/modals/simple-modals.ts
@@ -983,7 +983,7 @@ list.revokeAllTokens = new SimpleModal({
initVal: "",
},
],
- text: "Are you sure you want to this? This will log you out of all devices.",
+ text: "Are you sure you want to do this? This will log you out of all devices.",
buttonText: "revoke all",
onlineOnly: true,
execFn: async (_thisPopup, password): Promise<ExecReturn> => {