diff options
author | Luce Carević <lcarevic@access42.net> | 2018-11-30 20:36:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 20:36:10 +0100 |
commit | db06c261f65199e03245ae704a56e1057f2f7c96 (patch) | |
tree | 21d850cd05cafd8ad9efdbd3fc66be3fcba6ea82 | |
parent | d53d9d01f79999fe4bf193c530872aff72cb00cc (diff) | |
download | Shaarli-db06c261f65199e03245ae704a56e1057f2f7c96.tar.gz Shaarli-db06c261f65199e03245ae704a56e1057f2f7c96.tar.zst Shaarli-db06c261f65199e03245ae704a56e1057f2f7c96.zip |
fix translation string
-rw-r--r-- | tpl/default/page.header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 3b43a611..4f6dd4d8 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -118,7 +118,7 @@ | |||
118 | <div id="actions" class="subheader-form"> | 118 | <div id="actions" class="subheader-form"> |
119 | <div class="pure-g"> | 119 | <div class="pure-g"> |
120 | <div class="pure-u-1"> | 120 | <div class="pure-u-1"> |
121 | <a href="" id="actions-delete" class="button">Delete</a> | 121 | <a href="" id="actions-delete" class="button">{'Delete'|t}</a> |
122 | </div> | 122 | </div> |
123 | </div> | 123 | </div> |
124 | </div> | 124 | </div> |