Skip to content

Commit

Permalink
Fix the title of the save feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Ry0taK authored Apr 24, 2024
1 parent 49b2c84 commit 51600ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h1>OWSC</h1>
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()}`;
Expand Down

0 comments on commit 51600ab

Please sign in to comment.