Browse Source

Merge pull request #1246 from llune/patch-4

fix translation string
Aurélien Tamisier 5 years ago
parent
commit
027ff329a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tpl/default/page.header.html

+ 1 - 1
tpl/default/page.header.html

@@ -118,7 +118,7 @@
   <div id="actions" class="subheader-form">
     <div class="pure-g">
       <div class="pure-u-1">
-        <a href="" id="actions-delete" class="button">Delete</a>
+        <a href="" id="actions-delete" class="button">{'Delete'|t}</a>
       </div>
     </div>
   </div>