From 2696105febda9adfd1f114daef17bc8d6e7cffe6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 30 Jul 2020 15:47:17 +0200 Subject: [PATCH] Fix desciption codec error in service page --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 29b7f95..21ab2c4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "thelounge", "packaging_format": 1, "description": { - "en": "Self-hosted web IRC client.", - "fr": "Client Web IRC auto-hébergé." + "en": "Web IRC client.", + "fr": "Client Web IRC." }, "version": "4.1.0~ynh2", "url": "https://thelounge.chat/",