Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 6, 2025
1 parent 72adfa5 commit 36c7e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test.describe("Recovery section in Encryption tab", () => {
await verifySession(app, "new passphrase");
await util.deleteKeyBackup(expectedBackupVersion);

// The key backup is deleted and the user needs to set up it
// The key backup is deleted and the user needs to set it up
const dialog = await util.openEncryptionTab();
const setupButton = dialog.getByRole("button", { name: "Set up recovery" });
await expect(setupButton).toBeVisible();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { withSecretStorageKeyCache } from "../../../../SecurityManager";
* The possible states of the component.
* - `inform_user`: The user is informed about the recovery key.
* - `save_key_setup_flow`: The user is asked to save the new recovery key during the setup flow.
* - `save_key_change_flow`: The user is asked to save the new recovery key during the chang key flow.
* - `save_key_change_flow`: The user is asked to save the new recovery key during the change key flow.
* - `confirm`: The user is asked to confirm the new recovery key.
*/
type State = "inform_user" | "save_key_setup_flow" | "save_key_change_flow" | "confirm";
Expand Down

0 comments on commit 36c7e0e

Please sign in to comment.