From b6a3b2d4b7a03705bb34153ebd1835cf8726810f Mon Sep 17 00:00:00 2001 From: Pratham <59961114+Andotrium@users.noreply.github.com> Date: Thu, 7 Nov 2024 03:16:55 +0530 Subject: [PATCH] Update typo simple-modals.ts Fixed the typo in modal that appeared when trying to revoke all tokens --- 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 3c82afac25c0..952f496c19f4 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 => {