We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb3432 commit e790fb7Copy full SHA for e790fb7
1 file changed
src/modules/ante/ui/pages/messages/DemoTemplateMessage.tsx
@@ -11,11 +11,11 @@ export default function ( nocat = false ) {
11
return <span>
12
<b>{
13
mw.message(
14
- nocat ? 'deputy.cci.nocat.head' : 'deputy.cci.demo.head'
+ nocat ? 'deputy.ante.nocat.head' : 'deputy.ante.demo.head'
15
).parseDom().get()
16
}</b><br/>{
17
18
- nocat ? 'deputy.cci.nocat.help' : 'deputy.cci.demo.help'
+ nocat ? 'deputy.ante.nocat.help' : 'deputy.ante.demo.help'
19
20
}<br/><span class="cte-message-button" />
21
{/* The above <span> will be replaced in parent classes. */}
0 commit comments