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