Commit c75bcea5 authored by Guy Pyrzak's avatar Guy Pyrzak Committed by Max Kanat-Alexander

Bug 580865: Rename the "edit" link on Attachment Details to "edit details"

r=mkanat, a=mkanat
parent 20bba23e
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
[% attachment.description FILTER html %] [% attachment.description FILTER html %]
</span> </span>
[% IF can_edit %] [% IF can_edit %]
<span class="bz_edit">(<a href="javascript:toggle_attachment_details_visibility()">edit</a>)</span> <span class="bz_edit">(<a href="javascript:toggle_attachment_details_visibility()">edit details</a>)</span>
[% END %] [% END %]
</div> </div>
<div class="details"> <div class="details">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment