From 96fc6eb4486a9575de5a0b586e41a01e04f6467d Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Mon, 10 Aug 2026 10:26:29 -0400 Subject: [PATCH] New translations settings.json (Spanish) [ci skip] --- public/locales/es/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/locales/es/settings.json b/public/locales/es/settings.json index c807c5c..ef4a05c 100644 --- a/public/locales/es/settings.json +++ b/public/locales/es/settings.json @@ -171,7 +171,11 @@ }, "feedback": { "title": "Send Feedback", - "description": "Tell us how Donetick is working for you, report a bug, or request a feature." + "description": "Tell us how Donetick is working for you or request a feature." + }, + "bugReport": { + "title": "Report a Bug", + "description": "Something not working right? Send us the details along with a technical snapshot." } } }