From 0ce2872717648efa031a36bb2c7a0d013a8a0ca5 Mon Sep 17 00:00:00 2001 From: szbk Date: Sun, 30 Nov 2025 18:26:45 +0300 Subject: [PATCH] =?UTF-8?q?Magnet=20linli=20Add=20URL=20olarak=20de=C4=9Fi?= =?UTF-8?q?=C5=9Ftirildi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/routes/Transfers.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/routes/Transfers.svelte b/client/src/routes/Transfers.svelte index 2e13124..9b466c0 100644 --- a/client/src/routes/Transfers.svelte +++ b/client/src/routes/Transfers.svelte @@ -57,7 +57,7 @@ } async function addMagnet() { - const m = prompt("Magnet linki:"); + const m = prompt("URL Girin:"); if (!m) return; await apiFetch("/api/transfer", { method: "POST", @@ -404,7 +404,7 @@ />