summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-07-13 06:54:57 +0200
committerDylan Hardison <dylan@mozilla.com>2016-07-13 06:54:57 +0200
commitfccc4831fba4333b4e5472c692e58be5494fbbb1 (patch)
tree5476d2e3404ab21913eca52a80e589d0c8e348de /extensions
parentc0b5d80a4605ac3511a71ba3b315b6dc8e14cf5f (diff)
downloadbugzilla-fccc4831fba4333b4e5472c692e58be5494fbbb1.tar.gz
bugzilla-fccc4831fba4333b4e5472c692e58be5494fbbb1.tar.xz
Bug 1286446 - "ext review" for mozreview links is not descriptive
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/template/en/default/hook/attachment/list-action.html.tmpl2
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 %]
&#x0020; |
- <a href="attachment.cgi?id=[% attachment.id FILTER none %]">Ext Review</a>
+ <a href="attachment.cgi?id=[% attachment.id FILTER none %]">Review</a>
[% END %]