From 8930911c4d7441228d0accba3e5527eee9709cf7 Mon Sep 17 00:00:00 2001 From: Zara Mudassar <zara.1310@hotmail.com> Date: Thu, 5 May 2022 10:19:43 +0200 Subject: [PATCH] Spelling mistake corrected --- src/components/CommunityComponents/NewCommunityForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommunityComponents/NewCommunityForm.vue b/src/components/CommunityComponents/NewCommunityForm.vue index 1850cd5..5cc5449 100644 --- a/src/components/CommunityComponents/NewCommunityForm.vue +++ b/src/components/CommunityComponents/NewCommunityForm.vue @@ -319,7 +319,7 @@ export default { group: { name: { required: helpers.withMessage( - () => "Navnt kan ikke være tom", + () => "Navn kan ikke være tom", required ), max: helpers.withMessage( -- GitLab