From 7bae62359a9556dcb2d7276cf193679bbe202d80 Mon Sep 17 00:00:00 2001
From: Fyxren <68126277+Fyxren@users.noreply.github.com>
Date: Mon, 30 May 2022 12:08:05 +0200
Subject: [PATCH] Changed low/high uniqueness in NL (Dutch)

---
 public/locales/nl/translation.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/locales/nl/translation.json b/public/locales/nl/translation.json
index 0f0003f..e85241c 100644
--- a/public/locales/nl/translation.json
+++ b/public/locales/nl/translation.json
@@ -56,8 +56,8 @@
   "uniqueness": {
     "description": "UNIQ laat zien hoe uniek de naam is (0 tot 100)",
     "high": "Vrij uniek",
-    "low": "Gewoon",
-    "moderate": "Ongewoon"
+    "low": "Vaak voorkomend",
+    "moderate": "Zeldzaam"
   },
   "join-us": "Stuur <1>een pull request</1> en word een bijdrager!"
 }