From 90fa7a667c4c75f9eaba3bfdf09fef3f14a4cf84 Mon Sep 17 00:00:00 2001
From: jensilo <k@jensheise.com>
Date: Sat, 16 Dec 2023 12:34:34 +0100
Subject: [PATCH] add missing translation

---
 translations/en.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/translations/en.json b/translations/en.json
index d84f63e..ff62722 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -161,7 +161,9 @@
         "title": "Recently Captured Requirements",
         "description": "Your last 150 captured requirements are stored on your device and displayed here. You can copy these requirements by clicking.",
         "empty": "No requirements have been captured yet.",
-        "empty-button": "Clear last requirements"
+        "empty-button": "Clear last requirements",
+        "count": "Requirements captured on your device: ",
+        "almost-full": "Attention: after the 150th requirement, the oldest requirements will be deleted on refresh."
       }
     }
   },
-- 
GitLab