mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-04 04:26:54 +08:00
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
This commit is contained in:
parent
2ecd9802a4
commit
cd8043f832
1 changed files with 1 additions and 1 deletions
|
@ -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> => {
|
||||
|
|
Loading…
Add table
Reference in a new issue