From 63903b02c05be7d8bb97a159dc0f012d9ff608d7 Mon Sep 17 00:00:00 2001 From: Robin Kluth Date: Mon, 14 Aug 2023 07:04:11 +0200 Subject: [PATCH] share log wording --- src/pages/content/log.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,