Skip to content

Commit 2dd5f5b

Browse files
committed
oops, forgot to change the template name
1 parent e07158e commit 2dd5f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules/twinklewelcome.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@ Twinkle.welcome.templates = {
317317
'welcome-LLM': {
318318
description: 'for someone whose initial efforts seem to be made with a large language model',
319319
linkedArticle: true,
320-
syntax: '{{subst:welcome-delete|$ARTICLE$|$USERNAME$}} ~~~~'
320+
syntax: '{{subst:welcome-LLM|$ARTICLE$|$USERNAME$}} ~~~~'
321321
},
322322
'welcome-translation': {
323323
description: 'for someone whose initial efforts are unattributed translations from another language Wikipedia',
324324
linkedArticle: true,
325-
syntax: '{{subst:welcome-delete|$ARTICLE$|$USERNAME$}} ~~~~'
325+
syntax: '{{subst:welcome-translation|$ARTICLE$|$USERNAME$}} ~~~~'
326326
},
327327
'welcome-unsourced': {
328328
description: 'for someone whose initial efforts are unsourced',

0 commit comments

Comments
 (0)