From 691df8ac40987b7bace41ed96bfeb58d98ad3c8d Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 6 May 2023 16:23:48 +0200 Subject: fix: Fix typo --- src-tauri/src/github/pull_requests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/github/pull_requests.rs b/src-tauri/src/github/pull_requests.rs index a56fb647..20c19ed9 100644 --- a/src-tauri/src/github/pull_requests.rs +++ b/src-tauri/src/github/pull_requests.rs @@ -202,7 +202,7 @@ pub async fn get_launcher_download_link( } Err(format!( - "Couldn't grab download link for PR \"{}\". PR might be too old and therefore no CI build has been deleted. Maybe ask author to update?", + "Couldn't grab download link for PR \"{}\". PR might be too old and therefore no CI build has been detected. Maybe ask author to update?", pull_request.number )) } -- cgit v1.2.3