diff options
-rw-r--r-- | extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl b/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl index 494ab59ef..6982b3338 100644 --- a/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl +++ b/extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl @@ -12,5 +12,5 @@ [% IF !attachment.ispatch && attachment.can_review %]   | - <a href="attachment.cgi?id=[% attachment.id FILTER none %]">Ext Review</a> + <a href="attachment.cgi?id=[% attachment.id FILTER none %]">Review</a> [% END %] |