diff --git a/applications/admin/views/debug/interact.html b/applications/admin/views/debug/interact.html
index c771bfb7..e62f9042 100644
--- a/applications/admin/views/debug/interact.html
+++ b/applications/admin/views/debug/interact.html
@@ -63,12 +63,12 @@
{{=T("No Interaction yet")}}
- - {{=T("You need to set up and reach a")}} {{=A(T("breakpoint"), _href=URL('breakpoints'))}} {{=T('to use the debugger!')}}
+ - {{=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",
counter=None)}}
- - {{=T('Please')}} {{=A(T("refresh"), _href=URL('interact'))}} {{=T('this page to see if a breakpoint was hit and debug interaction is required.')}}
+ - {{=T.M('Please [[refresh %s]] this page to see if a breakpoint was hit and debug interaction is required.') %URL('interact')}}
{{pass}}