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:
Pratham 2024-11-07 15:33:02 +05:30 committed by GitHub
parent 2ecd9802a4
commit cd8043f832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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> => {