From 9953c5ed02bfb6f0c14cbc1b847128074d56fbd0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 11 Jul 2024 15:48:01 +0200 Subject: [PATCH] impr(report quote): add reason: duplicate quote --- backend/src/api/routes/quotes.ts | 1 + frontend/src/html/popups.html | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/src/api/routes/quotes.ts b/backend/src/api/routes/quotes.ts index a4e122ac7..dc26d4deb 100644 --- a/backend/src/api/routes/quotes.ts +++ b/backend/src/api/routes/quotes.ts @@ -159,6 +159,7 @@ router.post( .string() .valid( "Grammatical error", + "Duplicate quote", "Inappropriate content", "Low quality content", "Incorrect source" diff --git a/frontend/src/html/popups.html b/frontend/src/html/popups.html index f09682a2f..7cfd5f6e0 100644 --- a/frontend/src/html/popups.html +++ b/frontend/src/html/popups.html @@ -818,6 +818,7 @@