From 2d59e302901ff935ffc1379d5ced9aaf5e41499b Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Tue, 12 Nov 2024 15:48:24 -0800
Subject: [PATCH] linting

---
 frontend/src/locales/nl/common.js | 3 ++-
 frontend/src/locales/resources.js | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/frontend/src/locales/nl/common.js b/frontend/src/locales/nl/common.js
index 20c01d1dd..d0d0a8985 100644
--- a/frontend/src/locales/nl/common.js
+++ b/frontend/src/locales/nl/common.js
@@ -316,7 +316,8 @@ const TRANSLATIONS = {
     },
     message: {
       title: "Berichten Aanpassen",
-      description: "Pas de automatische berichten aan die aan je gebruikers worden weergegeven.",
+      description:
+        "Pas de automatische berichten aan die aan je gebruikers worden weergegeven.",
       new: "Nieuw",
       system: "systeem",
       user: "gebruiker",
diff --git a/frontend/src/locales/resources.js b/frontend/src/locales/resources.js
index d4f0b9f34..9b0fe0dda 100644
--- a/frontend/src/locales/resources.js
+++ b/frontend/src/locales/resources.js
@@ -58,7 +58,7 @@ export const resources = {
   he: {
     common: Hebrew,
   },
-    nl: {
+  nl: {
     common: Dutch,
   },
 };
-- 
GitLab