Skip to content

Commit cd8043f

Browse files
authored
fix: correct spelling in revoke all tokens modal (@Andotrium) (monkeytypegame#6013)
Fixed the typo in modal that appeared when trying to revoke all tokens ### Description fixed issue: monkeytypegame#6011
1 parent 2ecd980 commit cd8043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/modals/simple-modals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ list.revokeAllTokens = new SimpleModal({
983983
initVal: "",
984984
},
985985
],
986-
text: "Are you sure you want to this? This will log you out of all devices.",
986+
text: "Are you sure you want to do this? This will log you out of all devices.",
987987
buttonText: "revoke all",
988988
onlineOnly: true,
989989
execFn: async (_thisPopup, password): Promise<ExecReturn> => {

0 commit comments

Comments
 (0)