Quarantine: Update stamp display text.

This commit is contained in:
Matt Lee
2015-07-24 15:58:53 -07:00
committed by Florence Yeun
parent 4f9baf5732
commit 9084cff6f9

View File

@@ -648,7 +648,7 @@ ${unsafe(txt)}
<%def name="quarantine_stamp()">
<span title="${_('Quarantined content: Content may be highly offensive')}">
${_("Warning")}
${_("Quarantined")}
</span>
</%def>