Skip to content

Commit b899bb4

Browse files
humitosagjohnson
andauthored
Update readthedocs/projects/admin.py
Co-authored-by: Anthony <[email protected]>
1 parent e168cd7 commit b899bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def lookups(self, request, model_admin):
138138
return (
139139
(
140140
self.NOT_ENOUGH_SCORE,
141-
_("Not enough score (1-{})").format(
141+
_("Not spam (1-{})").format(
142142
settings.RTD_SPAM_THRESHOLD_DONT_SHOW_ADS,
143143
),
144144
),

0 commit comments

Comments
 (0)