From cf8b693fe3346ace74788c7cb8c5932a55832697 Mon Sep 17 00:00:00 2001
From: Titus Kristiansen <titusk@stud.ntnu.no>
Date: Mon, 2 May 2022 15:26:50 +0200
Subject: [PATCH] Update NewItemForm.vue

---
 src/components/ItemComponents/NewItemForm.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/ItemComponents/NewItemForm.vue b/src/components/ItemComponents/NewItemForm.vue
index 7c2b5f5..4ad15c1 100644
--- a/src/components/ItemComponents/NewItemForm.vue
+++ b/src/components/ItemComponents/NewItemForm.vue
@@ -71,7 +71,7 @@
       <label
         class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400"
         id="selectCommunityLabel"
-        >Gruppe</label
+        >Grupper</label
       >
       <select
         v-model="v$.item.selectGroup.$model"
-- 
GitLab