From 2e28f2542c6b0f9534f76da6dae7a684beb36dcb Mon Sep 17 00:00:00 2001 From: Nicolas TITH Date: Tue, 25 Jul 2023 10:39:30 +0200 Subject: [PATCH] fix fileScanAltText typo error change fule into file in the returned string --- src/strings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.ts b/src/strings.ts index 3f701c1e..c9d258fb 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -183,7 +183,7 @@ export class Html5QrcodeScannerStrings { } public static fileScanAltText(): string { - return "Fule based scan"; + return "File based scan"; } }