From c7f7f18ee9cfcb08b651ed3b5bae22417dc3ab08 Mon Sep 17 00:00:00 2001
From: ibizaman <ibizapeanut@gmail.com>
Date: Wed, 17 Apr 2024 09:19:43 -0700
Subject: [PATCH] fix doc

---
 modules/services/grocy.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/services/grocy.nix b/modules/services/grocy.nix
index fb57a89..de6968b 100644
--- a/modules/services/grocy.nix
+++ b/modules/services/grocy.nix
@@ -39,7 +39,7 @@ in
     culture = lib.mkOption {
       type = lib.types.enum [ "de" "en" "da" "en_GB" "es" "fr" "hu" "it" "nl" "no" "pl" "pt_BR" "ru" "sk_SK" "sv_SE" "tr" ];
       default = "en";
-      description = lib.mdDoc ''
+      description = ''
         Display language of the frontend.
       '';
     };