Skip to content

Commit

Permalink
share log wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Aug 14, 2023
1 parent 0897f5c commit 63903b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/content/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!<br />This will send the log via a secure connection to the developers server.<br />You will receive a unique debug log ID and share it publicly without sharing its sensitive contents.<br /><br />You can also find the log at <code><?= ABSettings::$tempFolder ?></code>",
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!<br />This will send the log via a secure connection to the developers server.<br />You will receive a unique debug log ID and share it publicly without its sensitive contents.<br /><br />You can also find the log at <code><?= ABSettings::$tempFolder ?></code>",
type: 'warning',
html: true,
showCancelButton: true,
Expand Down

0 comments on commit 63903b0

Please sign in to comment.