Skip to content

Commit

Permalink
fix: typo issue (#37) (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Jan 25, 2024
1 parent bb51796 commit 0005159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
});
SharedTotpAppClient.on(TotpClientEvents.WaitForApp, () => {
GlobalPreloader.setDescription('Waiting for Authenticator app top be launched on Flipper Zero device');
GlobalPreloader.setDescription('Waiting for Authenticator app to be launched on Flipper Zero device');
});
SharedTotpAppClient.on(TotpClientEvents.ConnectionError, (_, e) => {
Expand Down

0 comments on commit 0005159

Please sign in to comment.