]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/templates/wall_thread.tpl
Normalize item action label key name
[friendica.git] / view / theme / smoothly / templates / wall_thread.tpl
index 53602cc8fcee4e153bd3adecfd0e4f8577792ad7..594799f6b8a8fefb0943e4019197c571d4a75732 100644 (file)
 
                        <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}">
                                {{if $item.drop && $item.drop.dropping}}
-                               <a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);"></a>
+                               <a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.label}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);"></a>
                                {{/if}}
                        </div>