From 0cc2c286a4a3210e5d7eb22d5b371159d3062eb4 Mon Sep 17 00:00:00 2001 From: Stefan Weiberg <2744377+suntorytimed@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:45:43 +0200 Subject: [PATCH] fix: empty string for translation --- frontend/resources/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/resources/translations/en.json b/frontend/resources/translations/en.json index c30d95ab6e..024c1d5d62 100644 --- a/frontend/resources/translations/en.json +++ b/frontend/resources/translations/en.json @@ -736,7 +736,8 @@ "title": "AI Max", "description": "Unlimited AI responses powered by GPT-4o, Claude 3.5 Sonnet, and more", "price": "{}", - "priceInfo": "per user per month billed annually" + "priceInfo": "per user per month billed annually", + "recommend": " " }, "aiOnDevice": { "title": "AI On-device for Mac",