Fix error message
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 28 Oct 2024 11:41:16 +0000 (12:41 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 28 Oct 2024 11:41:16 +0000 (12:41 +0100)
wcfsetup/install/files/service-worker/index.php

index a92dc4a756bd6e2edb0f32c592f4c7810326678b..034c1a52f8d82c32c3415832ce71012bbb7eca2b 100644 (file)
@@ -135,7 +135,7 @@ function saveLastNotificationTimestamp(timestamp) {
     };
 
     tx.onerror = () => {
-      console.error('Transaktionsfehler', tx.error);
+      console.error('Transaction error', tx.error);
     };
   }).catch(err => console.error('Failed to open database', err));
 }