diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-07-13 06:54:57 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-07-13 06:54:57 +0200 |
commit | fccc4831fba4333b4e5472c692e58be5494fbbb1 (patch) | |
tree | 5476d2e3404ab21913eca52a80e589d0c8e348de /extensions/BMO/template/en/default/hook | |
parent | c0b5d80a4605ac3511a71ba3b315b6dc8e14cf5f (diff) | |
download | bugzilla-fccc4831fba4333b4e5472c692e58be5494fbbb1.tar.gz bugzilla-fccc4831fba4333b4e5472c692e58be5494fbbb1.tar.xz |
Bug 1286446 - "ext review" for mozreview links is not descriptive
Diffstat (limited to 'extensions/BMO/template/en/default/hook')
-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 %] |