diff --git a/app/views/layouts/_exp_editor.html.haml b/app/views/layouts/_exp_editor.html.haml
index 7cf5d798cb6..edbd9c3bd59 100644
--- a/app/views/layouts/_exp_editor.html.haml
+++ b/app/views/layouts/_exp_editor.html.haml
@@ -68,9 +68,9 @@
- elsif [token].flatten.first == "???"
%strong{:style => "color: #0088ce"}
- if @edit[@expkey][:exp_token]
- = ""
+ = "<#{_('new element')}>"
- else
- = link_to("",
+ = link_to("<#{_('new element')}>",
{:action => 'exp_token_pressed',
:token => token.last},
:style => "text-decoration: underline",