From 51600abb8193dc56ba5188109721334f976f1b78 Mon Sep 17 00:00:00 2001 From: RyotaK <49341894+Ry0taK@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:34:51 +0900 Subject: [PATCH] Fix the title of the save feature --- root/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/index.html b/root/index.html index 2607ae4..9dd1bcd 100644 --- a/root/index.html +++ b/root/index.html @@ -253,7 +253,7 @@

OWSC

vector_string, }); const params = new URLSearchParams(); - params.append('title', `Add ${text}`); + params.append('title', `Add oyajigyagu ${text}`); params.append('body', body); const url = `https://github.com/gnknzm/crss.gnknzm.net/issues/new?${params.toString()}`;