Skip to content

Commit f598041

Browse files
committed
old tag name should be quoted in the rename prompt
1 parent b4cef5f commit f598041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/javascripts/tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ document.addEventListener('DOMContentLoaded', () => {
168168
const tagId = $tgt.attr('data-tag');
169169
const tagName = $tgt.attr('data-name');
170170

171-
const renameTo = prompt(`Rename tag ${tagName} to:`);
171+
const renameTo = prompt(`Rename tag "${tagName}" to:`);
172172

173173
if (!renameTo) {
174174
return;

0 commit comments

Comments
 (0)