diff --git a/src/pages/content/log.php b/src/pages/content/log.php index 0254456..90e9aac 100644 --- a/src/pages/content/log.php +++ b/src/pages/content/log.php @@ -62,8 +62,8 @@ $('#shareDbgLogBtn').on('click', function () { swal({ - title: "Share log?", - text: "With this function, you can share the backup log with the developer (and only the developer) for diagnostic purposes!
This will send the log via a secure connection to the developers server.
You will receive a unique debug log ID and share it publicly without sharing its sensitive contents.

You can also find the log at ", + title: "Share debug log?", + text: "With this function, you can share the detailed backup log with the developer (and only the developer) for diagnostic purposes!
This will send the log via a secure connection to the developers server.
You will receive a unique debug log ID and share it publicly without its sensitive contents.

You can also find the log at ", type: 'warning', html: true, showCancelButton: true,