forked from e621ng/e621ng
replace site specific wiki link with generic link (e621:tags -> help:tags)
This commit is contained in:
parent
69ce91bea6
commit
3d627b9d04
@ -1665,7 +1665,7 @@ class Post < ApplicationRecord
|
|||||||
return if !new_record?
|
return if !new_record?
|
||||||
|
|
||||||
if tags.count {|t| t.category == Tag.categories.general} < 10
|
if tags.count {|t| t.category == Tag.categories.general} < 10
|
||||||
self.warnings.add(:base, "Uploads must have at least 10 general tags. Read [[e621:tags]] for guidelines on tagging your uploads")
|
self.warnings.add(:base, "Uploads must have at least 10 general tags. Read [[help:tags]] for guidelines on tagging your uploads")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user