@@ -6,7 +6,6 @@ export type Flags = 'AnswerNotAnAnswer'
66 | 'PostSpam'
77 | 'NoFlag'
88 | 'PostOther'
9- | 'PostLowQuality'
109 | 'PlagiarizedContent' ;
1110
1211const deletedAnswers = '/help/deleted-answers' ;
@@ -111,7 +110,7 @@ export const flagCategories: FlagCategory[] = [
111110 {
112111 id : 6 ,
113112 displayName : 'Link Only' ,
114- reportType : FlagNames . VLQ ,
113+ reportType : FlagNames . NAA ,
115114 comments : {
116115 // comment by Yunnosch: https://chat.stackoverflow.com/transcript/message/57442309
117116 low : 'A link to a solution is welcome, but please ensure your answer is useful without it: '
@@ -179,7 +178,7 @@ export const flagCategories: FlagCategory[] = [
179178 {
180179 id : 10 ,
181180 displayName : 'Library' ,
182- reportType : FlagNames . VLQ ,
181+ reportType : FlagNames . NAA ,
183182 comments : {
184183 low : 'Please don\'t just post some tool or library as an answer. At least demonstrate '
185184 + '[how it solves the problem](//meta.stackoverflow.com/a/251605) in the answer itself.' ,
@@ -214,7 +213,7 @@ export const flagCategories: FlagCategory[] = [
214213 {
215214 id : 13 ,
216215 displayName : 'Non English' ,
217- reportType : FlagNames . VLQ ,
216+ reportType : FlagNames . NAA ,
218217 comments : {
219218 low : 'Please write your answer in English, as Stack Overflow is an '
220219 + '[English-only site](//meta.stackoverflow.com/a/297680).' ,
0 commit comments