From 1081406926b1ae42e70d8e847187bc5859e4506c Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Thu, 20 Apr 2023 12:56:44 +0300 Subject: [PATCH] fix(#in546): meta description fixed for lff fix(#in546): makefile fix --- src/config/clients/lff.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/clients/lff.tsx b/src/config/clients/lff.tsx index e0d1b1b2..53b69bf7 100644 --- a/src/config/clients/lff.tsx +++ b/src/config/clients/lff.tsx @@ -10,7 +10,7 @@ export const lff: ClientConfig = { clientId: ClientIds.Lff, }, defaultLanguage: 'lv', - description: 'Live sports streaming platform. Football, basketball, ice hockey and more. Access to various player playlists and game highlights. Multiple subscription options. Available across all devices.', + description: 'Latvijas Futbola federācija (LFF) pašmāju futbola spēļu tiešraižu, apskatu un ierakstu platforma.', disabledHighlights: true, disabledPreferences: true, name: ClientNames.Lff,