Skip to content

Commit e790fb7

Browse files
ante: fix message keys for DemoTemplateMessage
1 parent 4cb3432 commit e790fb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/ante/ui/pages/messages/DemoTemplateMessage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export default function ( nocat = false ) {
1111
return <span>
1212
<b>{
1313
mw.message(
14-
nocat ? 'deputy.cci.nocat.head' : 'deputy.cci.demo.head'
14+
nocat ? 'deputy.ante.nocat.head' : 'deputy.ante.demo.head'
1515
).parseDom().get()
1616
}</b><br/>{
1717
mw.message(
18-
nocat ? 'deputy.cci.nocat.help' : 'deputy.cci.demo.help'
18+
nocat ? 'deputy.ante.nocat.help' : 'deputy.ante.demo.help'
1919
).parseDom().get()
2020
}<br/><span class="cte-message-button" />
2121
{/* The above <span> will be replaced in parent classes. */}

0 commit comments

Comments
 (0)