mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Mod report reasons: don't try to translate
Seems to have been an accidental call left to _() inside the title of report reasons made by moderators, which was causing an error.
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
%if thing.mod_reports:
|
||||
<li class="report-reason-title">${_("moderator reports:")}</li>
|
||||
%for reason, user in thing.mod_reports:
|
||||
<li class="report-reason mod-report" title="${_(reason)}">${user}:
|
||||
<li class="report-reason mod-report" title="${reason}">${user}:
|
||||
%if reason:
|
||||
${reason}
|
||||
%else:
|
||||
|
||||
Reference in New Issue
Block a user