From d5cb9a18c6d136f13dbf45b96ca4628e87f08e96 Mon Sep 17 00:00:00 2001 From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com> Date: Mon, 18 Sep 2023 09:04:01 -0300 Subject: [PATCH] misc: fix translation Change-Id: I82f488a18f3a061390f3416d7337758cb8ba3680 GitLab: #43 --- AutoAnswer/data/locale/AutoAnswer_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoAnswer/data/locale/AutoAnswer_en.json b/AutoAnswer/data/locale/AutoAnswer_en.json index 5c1a68e..a77dadb 100644 --- a/AutoAnswer/data/locale/AutoAnswer_en.json +++ b/AutoAnswer/data/locale/AutoAnswer_en.json @@ -8,5 +8,5 @@ "always_title": "Automatically activate Bot", "always_summary": "Bot will be active for all conversations.", "name": "Auto Answer", - "description_summary": "Use an AI model running locally on your device to automatically subtitle the conversation in real time!" + "description_summary": "Set up a bot that automatically answers with given text." } \ No newline at end of file -- GitLab