diff --git a/applications/admin/views/debug/interact.html b/applications/admin/views/debug/interact.html
index e62f9042..29cd285c 100644
--- a/applications/admin/views/debug/interact.html
+++ b/applications/admin/views/debug/interact.html
@@ -63,7 +63,7 @@
{{=T("No Interaction yet")}}
- - {{=T.M("You need to set up and reach a [[breakpoint %s]] to use the debugger!') %URL('breakpoints')}}
+ - {{=T.M('You need to set up and reach a [[breakpoint %s]] to use the debugger!') % URL('breakpoints')}}
- {{=T('To emulate a breakpoint programatically, write:')}}
{{=CODE("from gluon.debug import dbg\n"
"dbg.set_trace() # stop here!\n",