Update code/modules/admin/topic.dm

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
S34N
2021-09-11 00:45:31 +01:00
committed by GitHub
co-authored by SabreML
parent fa09fc3a5d
commit e3171f3281
+1 -1
View File
@@ -982,7 +982,7 @@
else if(href_list["removenote"])
var/note_id = href_list["removenote"]
if(alert("Do you really want to delete this note?","Note deletion confirmation", "Yes", "No") == "Yes")
if(alert("Do you really want to delete this note?", "Note deletion confirmation", "Yes", "No") == "Yes")
remove_note(note_id)
else if(href_list["editnote"])