From 2064a1b7a5b1d48e43f7bbb9af1a98009657b329 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 21 Nov 2025 18:17:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Tweak=20copy=20for=20crash=20mes?= =?UTF-8?q?sage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/en.lproj/Localizable.strings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpmon/en.lproj/Localizable.strings b/phpmon/en.lproj/Localizable.strings index ec793f8f..2698e0bb 100644 --- a/phpmon/en.lproj/Localizable.strings +++ b/phpmon/en.lproj/Localizable.strings @@ -943,6 +943,8 @@ PHP Monitor will tell Valet to unsecure and re-secure all expired domains for yo "crash_reporter.title" = "PHP Monitor crashed earlier, want to send a crash report?"; "crash_reporter.subtitle" = "It is possible to send the crash report to the developer of the app, so this issue can be fixed. This is highly recommended. Would you like to do that?"; -"crash_reporter.description" = "Without sending this crash report, the developer may not be aware of this particular issue. No logs or personal data is sent with the crash report, only the unsymbolicated crash report. No further action is necessary on your part."; +"crash_reporter.description" = "Without sending this crash report, the developer may not be aware of this particular issue. No logs or personal data is sent with the crash report, only the unsymbolicated crash report. No further action is necessary on your part. + +➡️ If the crash keeps happening at a specific point in time, you may want to check GitHub's issue tracker to see if a fix is not in the works. If the app keeps crashing prior to initialization, you may need to update PHP Monitor manually."; "crash_reporter.send_report" = "Send Report"; "crash_reporter.do_not_send" = "Don't Send";