From cd8043f832a7c2e7e073366e0094a05bd375d35a Mon Sep 17 00:00:00 2001 From: Pratham <59961114+Andotrium@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:33:02 +0530 Subject: [PATCH] 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 --- frontend/src/ts/modals/simple-modals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {